chore: limit Dependabot to one grouped weekly github-actions PR#10
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA new ChangesDependabot Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Pull request overview
Adds a Dependabot configuration intended to reduce PR noise by batching GitHub Actions version bumps into a single weekly grouped update PR.
Changes:
- Introduces
.github/dependabot.ymlwith Dependabot config version2. - Schedules GitHub Actions dependency updates weekly on Thursday at 09:00 UTC.
- Groups all GitHub Actions updates into a single group (
weekly-updates) viapatterns: ["*"].
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| groups: | ||
| weekly-updates: | ||
| patterns: | ||
| - "*" |
Adds a standardized Dependabot config: a single grouped weekly github-actions PR (Thursday 09:00 UTC, valid version: 2) to keep workflow action versions current with low PR noise.
Summary by CodeRabbit