Skip to content

Commit

Permalink
Group minor/patch version Ruby Dependabot updates into one PR (#1479)
Browse files Browse the repository at this point in the history
This aims to reduces Dependabot PR noise by enabling Dependabot's
new semver version level grouping feature:
https://github.blog/changelog/2023-08-17-grouped-version-updates-by-semantic-version-level-for-dependabot/

It's only enabled for Ruby dependencies, since for this repo they are
typically the most noisy, plus are development-only dependencies
that typically don't need any compatibility changes so bundling them
together won't make debugging any harder.

GUS-W-13990911.
  • Loading branch information
edmorley committed Aug 31, 2023
1 parent e282539 commit 562b290
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ updates:
- "dependencies"
- "ruby"
- "skip changelog"
groups:
ruby-dependencies:
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 562b290

Please sign in to comment.