Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't attempt to update a package if no versions could be found #8502

Merged
merged 4 commits into from
Dec 5, 2023

Commits on Dec 4, 2023

  1. only report a dependency if one of the repos returns search results

    This will prevent reporting a dependency that doesn't exist on any of the repos and therefore can't be updated.
    brettfo committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    36c167d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4ffbfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3548ca View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. cache search network calls

    brettfo committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    26f1b0a View commit details
    Browse the repository at this point in the history