Group Dependabot updates#115
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot couldn't run its full agentic review because no GitHub Actions runner was available. Make sure your repository has a runner available to run Copilot's review, or add a copilot-setup-steps.yml file specifying one with the runs-on attribute. See the docs for more details.
Updates Dependabot configuration to group dependency updates similarly to yiisoft/package-template, reducing PR noise and enabling scheduled updates.
Changes:
- Enable grouped updates for GitHub Actions so all action bumps land in a single PR.
- Enable grouped updates for Composer so all dependency bumps land in a single PR.
- Adjust schedules (Actions weekly; Composer daily) and add ignore rule(s).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| cooldown: | ||
| default-days: 7 |
| ignore: | ||
| - dependency-name: "yiisoft/*" |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #115 +/- ##
=========================================
Coverage 93.73% 93.73%
Complexity 155 155
=========================================
Files 4 4
Lines 335 335
=========================================
Hits 314 314
Misses 21 21 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Replicates the Dependabot grouping configuration from yiisoft/package-template so GitHub Actions updates are grouped into a single PR and Composer dependency updates are grouped into a single PR.