Group Dependabot updates#65
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 version-update PRs similarly to yiisoft/package-template, reducing PR noise by combining GitHub Actions updates into one PR and Composer dependency updates into one PR.
Changes:
- Added a Dependabot group for all
github-actionsupdates. - Added a Dependabot group for all Composer dependency updates.
- Adjusted indentation/structure around the Composer
scheduleblock to keep the YAML valid and consistent.
💡 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 #65 +/- ##
=========================================
Coverage 98.37% 98.37%
Complexity 47 47
=========================================
Files 3 3
Lines 123 123
=========================================
Hits 121 121
Misses 2 2 ☔ 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.