Group Dependabot updates - #83
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 so GitHub Actions updates and Composer dependency updates are bundled into single PRs (mirroring yiisoft/package-template).
Changes:
- Group all GitHub Actions updates into one grouped PR; adjust schedule to weekly.
- Group all Composer dependency updates into one grouped PR; keep schedule daily.
- Add ignore rule for
yiisoft/*in GitHub Actions updates.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| cooldown: | ||
| default-days: 7 |
| cooldown: | ||
| default-days: 7 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #83 +/- ##
===========================================
Coverage 100.00% 100.00%
Complexity 26 26
===========================================
Files 1 1
Lines 59 59
===========================================
Hits 59 59 ☔ 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.