Group Dependabot updates#118
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 configuration so GitHub Actions updates and Composer dependency updates are each bundled into a single PR, matching the referenced yiisoft/package-template setup.
Changes:
- Group all GitHub Actions (
github-actions) dependency updates into one PR. - Group all Composer (
composer-dependencies) dependency updates into one PR.
💡 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 #118 +/- ##
========================================
Coverage 0.00% 0.00%
Complexity 110 110
========================================
Files 15 15
Lines 287 287
========================================
Misses 287 287 ☔ 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.