-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
🌱 Optimize dependabot config #10571
🌱 Optimize dependabot config #10571
Conversation
9b173c0
to
cc5e568
Compare
/ok-to-test |
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
/approve
Seems like a really good change
LGTM label has been added. Git tree hash: 5710910792f60e43e93e9c119ce50f0fd4200ec0
|
/hold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: killianmuldoon 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 |
Just in case you weren't ready to merge |
Just testing some random stuff for another PR /test ? |
This comment was marked as resolved.
This comment was marked as resolved.
/test lint |
This comment was marked as resolved.
This comment was marked as resolved.
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
Will update in a bit, found something good 😃 |
cc5e568
to
14e6117
Compare
@chrischdi @killianmuldoon Updated PR description and content, PTAL :) |
schedule: | ||
interval: "weekly" | ||
day: "monday" | ||
## group all dependencies with a k8s.io prefix into a single PR. | ||
groups: | ||
kubernetes: |
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.
The patch group will already contain Kubernetes (because for Kubernetes we ignore major + minor updates)
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
LGTM label has been added. Git tree hash: 40e4904b9613d49579d9b3e46d796ba847be5f9e
|
Signed-off-by: Stefan Büringer [email protected]
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
14e6117
to
cfc1349
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.
/lgtm
LGTM label has been added. Git tree hash: 6d885c3b63caeed45f54fe378432a303ce80a0f8
|
@killianmuldoon Feel free to merge directly once you took another look |
I'll go ahead to already use it. Let me know if there are any further findings and I'll follow-up /hold cancel |
Signed-off-by: Stefan Büringer [email protected]
What this PR does / why we need it:
This PR aims to reduce dependabot toil by:
Ideally we'll mostly get 2 PRs every week, one for actions one for go dependencies
I would like to experiment a bit with this config. If it works out well we can keep it (and also use it in other repos like e.g. CAPV)
Example PRs:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #