-
Notifications
You must be signed in to change notification settings - Fork 1.9k
ci: Automate Dependabot configuration generation #9188
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
base: main
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
57ef204 to
aa84d12
Compare
- Generate the dependabot configuration to handle LTS branches in order to prevent release branches dependencies drift and reduce manual effort in maintaining per-branch dependency updates - For release branches, only bump dependencies on patch versions - Enable weekly automated checks with PR creation on changes Signed-off-by: Vincent Demeester <[email protected]>
aa84d12 to
0e0a14c
Compare
afrittoli
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this. Perhaps for some ecosystems (like GHA), we could setup auto merge if CI passes on release branches, otherwise it will become a lot of work only to approve all the PRs for the various branches 😅
Agreed 👼🏼 But note that we would only update patch dependencies, and it would only do it for the LTSes branches, so it shouldn't be that bad I guess/hope. Also, we could do it today, by applying the labels (lgtm and approved) directly when creating the pull-request 🧌 |
|
@vdemeester: PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Changes
order to prevent release branches dependencies drift and reduce manual
effort in maintaining per-branch dependency updates
Signed-off-by: Vincent Demeester [email protected]
/kind misc
/area automation
Closes #8572
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes