-
Notifications
You must be signed in to change notification settings - Fork 95
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 dependabot release branch config to bump only patch versions #1708
🌱 Fix dependabot release branch config to bump only patch versions #1708
Conversation
With the recent introduction of release branch configuation for dependabot, it is pushing bumps for minor versions of dependancies as well. We dont want minor version bumps for release branches. Setting it to patch versions. Signed-off-by: Kashif Khan <[email protected]>
dc61587
to
bc432ed
Compare
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tuminoid The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/override metal3-centos-e2e-integration-test-main metal3-ubuntu-e2e-integration-test-main |
@kashifest: Overrode contexts on behalf of kashifest: metal3-centos-e2e-integration-test-main, metal3-ubuntu-e2e-integration-test-main In response to this:
Instructions 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. |
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.
/lgtm
…r bumps Fixing patch version bumps via groups for release branches was probably a bad idea here metal3-io#1708. It has caused chaos and multiple different dependencies are now being grouped together in one PR. Current fix tries to tackle that by bringing back k8s group and then add an ignore rule for all dependancies in release branch to only allow patch bumps Signed-off-by: Kashif Khan <[email protected]>
With the recent introduction of release branch configuration for dependabot, it is pushing bumps for minor versions of dependancies as well. We don't want minor version bumps for release branches. Setting it to patch versions.
Signed-off-by: Kashif Khan [email protected]