Group Dependabot updates#52
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.
Adds Dependabot grouping rules so updates are bundled into fewer PRs, mirroring the configuration from yiisoft/package-template.
Changes:
- Group all GitHub Actions dependency updates into a single Dependabot PR.
- Group all Composer dependency updates into a single Dependabot PR.
- Fix/normalize the Composer
scheduleindentation while keeping the existing versioning strategy.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #52 +/- ##
=========================================
Coverage 96.29% 96.29%
Complexity 34 34
=========================================
Files 3 3
Lines 81 81
=========================================
Hits 78 78
Misses 3 3 ☔ 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.