Skip to content

Commit 777e84c

Browse files
authored
chore(dependabot): only use groups for major bumps (#4518)
1 parent 6f3581a commit 777e84c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,32 @@ updates:
1111
babel:
1212
patterns:
1313
- '@babel/*'
14+
update-types:
15+
- 'major'
1416
best:
1517
patterns:
1618
- 'best'
1719
- '@best/*'
20+
update-types:
21+
- 'major'
1822
nx:
1923
patterns:
2024
- 'nx'
2125
- '@nx/*'
26+
update-types:
27+
- 'major'
2228
rollup:
2329
patterns:
2430
- 'rollup'
2531
- '@rollup/*'
32+
update-types:
33+
- 'major'
2634
webdriverio:
2735
patterns:
2836
- 'webdriverio'
2937
- '@wdio/*'
38+
update-types:
39+
- 'major'
3040
# Non-major version bumps hopefully shouldn't break anything,
3141
# so let's group them together into a single PR!
3242
theoretically-non-breaking:

0 commit comments

Comments
 (0)