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

Update-dependencies pipeline: create separate PRs per upgraded image component #5990

Closed
lbussell opened this issue Oct 16, 2024 · 1 comment
Assignees

Comments

@lbussell
Copy link
Contributor

Describe the Problem

The Update-dependencies tool, via our pipelines, creates one pull request per day if there are any components that should be upgraded. This usually bundles together .NET updates along with updates to other tools or image components, like syft, mingit, or chisel.

When all components are updated together in one PR and one commit it is more difficult to isolate the cause of PR validation failures. Furthermore, merging all of the changes together provides less detail in the commit history about what versions were updated at which times.

Describe the Solution

In the update-dependencies pipeline, we should submit separate PRs for each of the tools listed above and keep them separate from .NET updates.

@lbussell
Copy link
Contributor Author

lbussell commented Jan 6, 2025

[Triage] This is completed with #6122.

@lbussell lbussell closed this as completed Jan 6, 2025
@github-project-automation github-project-automation bot moved this from In Progress to Done in .NET Docker Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant