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

fix(workers/repository): Pass correct lock files when updating a dependency in multiple input files #27898

Merged
merged 1 commit into from
Mar 15, 2024

Commits on Mar 12, 2024

  1. Update correct lock files when updating a dependency in multiple inputs

    This applies the fix from renovatebot#27319 to non-lockFileMaintanence updates so
    that the correct lockFiles attribute gets passed to the manager's
    updateArtifacts function when updating single dependencies.  Without
    this change, the same lockFiles attribute gets passed along with every
    packageFileName, which causes the pip-compile manager to update the same
    lock file multiple times when a dependency is updated in multiple input
    files.
    mbudnek committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    25043aa View commit details
    Browse the repository at this point in the history