Skip to content

Commit

Permalink
chore(dependabot): only use groups for major bumps (#4518)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjhsf authored Sep 3, 2024
1 parent 6f3581a commit 777e84c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,32 @@ updates:
babel:
patterns:
- '@babel/*'
update-types:
- 'major'
best:
patterns:
- 'best'
- '@best/*'
update-types:
- 'major'
nx:
patterns:
- 'nx'
- '@nx/*'
update-types:
- 'major'
rollup:
patterns:
- 'rollup'
- '@rollup/*'
update-types:
- 'major'
webdriverio:
patterns:
- 'webdriverio'
- '@wdio/*'
update-types:
- 'major'
# Non-major version bumps hopefully shouldn't break anything,
# so let's group them together into a single PR!
theoretically-non-breaking:
Expand Down

0 comments on commit 777e84c

Please sign in to comment.