Update dependabot configuration to use weekly schedule and group dependencies#914
Update dependabot configuration to use weekly schedule and group dependencies#914zliang-akamai wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates Dependabot configuration to reduce update noise by switching Go module updates to a weekly cadence and grouping common dependency families.
Changes:
- Changed root
gomodDependabot schedule from daily to weekly. - Added dependency grouping rules (golang.org, k8s.io, github.com/google, github.com/linode) for
gomodupdates across/,/k8s, and/test. - Added a new
gomodupdate entry for the/k8smodule.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
a0440ec to
086d421
Compare
There was a problem hiding this comment.
Pull request overview
This PR adjusts the repository’s Dependabot configuration to reduce update frequency and group related Go module dependency updates, helping keep update PRs more manageable.
Changes:
- Switched the
gomodupdate schedule fromdailytoweekly. - Added dependency groups for common Go module namespaces (
golang.org/*,k8s.io/*,github.com/google/*,github.com/linode/*) to consolidate update PRs.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
|
succeeded by #936 |
No description provided.