Group Dependabot updates#77
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #77 +/- ##
==============================================
+ Coverage 48.54% 100.00% +51.45%
Complexity 37 37
==============================================
Files 7 7
Lines 103 103
==============================================
+ Hits 50 103 +53
+ Misses 53 0 -53 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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, aiming to reduce PR noise by bundling GitHub Actions and Composer updates.
Changes:
- Enable grouped GitHub Actions updates on a weekly schedule (instead of disabling via open PR limit).
- Add grouping rules for Composer updates while keeping the versioning strategy.
- Introduce
cooldownsettings intended to space out updates.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| cooldown: | ||
| default-days: 7 |
| cooldown: | ||
| default-days: 7 |
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.