-
Notifications
You must be signed in to change notification settings - Fork 257
Add dependabot dependency groups to reduce PR noise #5142
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
Group related dependencies (golang.org/x, sigstore, containers, podman, google-grpc, testing, spf13-cli) so they are updated in single PRs instead of generating individual PRs for each package.
|
[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 |
|
Hi @sebrandon1. Thanks for your PR. I'm waiting for a crc-org member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
WalkthroughThe pull request adds new dependency grouping rules to the Dependabot configuration for gomod updates, organizing Go package dependencies by category (golang.org/x, sigstore, containers, google, testing libraries) across both the root and tools directories. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
golang-x,sigstore,containers,podman,google-grpc,testing,spf13-cligolang-xgrouping for the/toolsdirectoryThis addresses the current situation where 6 separate
golang.org/x/*PRs (#5135, #5136, #5138, #5139, #5140, #5137) were opened simultaneously.References
Test plan
Summary by CodeRabbit