Run Dependabot updates weekly and group CodeQL updates#415
Conversation
We now review dependency updates weekly rather than daily, so daily update runs only generate churn. Check for updates once a week on Monday morning instead. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Dependabot treats the github/codeql-action subpath actions (init, analyze, autobuild) as separate dependencies and opens a separate PR for each. CI fails unless they are all updated together. Group them so that they arrive as a single PR. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughDependabot Maven and GitHub Actions checks now run weekly on Mondays at 14:00. GitHub Actions updates matching ChangesDependabot updates
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Pull request overview
Updates Dependabot configuration to align dependency update cadence with a weekly review process and reduce CI breakage caused by partial CodeQL action updates.
Changes:
- Switch Maven and GitHub Actions Dependabot schedules from daily to weekly on Mondays.
- Group
github/codeql-action*GitHub Actions updates so related CodeQL action subpaths are updated together.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| schedule: | ||
| interval: daily | ||
| interval: weekly | ||
| day: monday | ||
| time: '14:00' |
| schedule: | ||
| interval: daily | ||
| interval: weekly | ||
| day: monday | ||
| time: '14:00' |
We now review dependency updates weekly rather than daily, so switch every Dependabot update schedule to weekly on Monday mornings.
Also group the github/codeql-action subpath actions (init, analyze, autobuild): Dependabot treats them as separate dependencies and opens a separate PR for each, but CI fails unless they are all updated together. Grouping them makes the updates arrive as a single PR.
🤖 Generated with Claude Code
Summary by CodeRabbit