Group dependabot bundler updates using multi-ecosystem-groups#994
Conversation
|
@javierjulio actually my comment related to potential issues belongs here :( This is still supporting 3.1 I'll drop it, cleanup things, and submit a new PR for review |
Use the multi-ecosystem-groups feature to group all bundler updates (root Gemfile + all Rails version gemfiles) into a single PR instead of separate PRs per directory. Schedule changed to weekly. Co-authored-by: tagliala <556268+tagliala@users.noreply.github.com>
0debfe5 to
310c190
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #994 +/- ##
=======================================
Coverage 98.93% 98.93%
=======================================
Files 14 14
Lines 563 563
=======================================
Hits 557 557
Misses 6 6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR reduces Dependabot PR noise by consolidating all bundler update entries (root gemfile + per-Rails-version gemfiles) into a single grouped PR using the multi-ecosystem-groups feature. Instead of each bundler directory having its own schedule and groups block, they all reference a single top-level multi-ecosystem-group: bundler definition.
Changes:
- Added a top-level
multi-ecosystem-groups.bundlerblock with aweeklyschedule. - Removed the per-entry
scheduleandgroupsblocks from all five bundler entries, replacing them withmulti-ecosystem-group: bundler. - All existing
ignorerules andversioning-strategy: lockfile-onlysettings are preserved.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…roup Co-authored-by: tagliala <556268+tagliala@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Reduce dependabot PR noise by grouping all bundler updates (root + per-Rails-version gemfiles) into a single PR using
multi-ecosystem-groups.multi-ecosystem-groups.bundlerwith monthly schedulescheduleandgroupsblocks withmulti-ecosystem-group: bundlerand requiredpatternsfieldignorerules andversioning-strategy: lockfile-onlypreservedInspired by activeadmin/activeadmin#8952
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.