Skip to content

Commit 9caa8ae

Browse files
committed
chore(dependabot): try to exclude @wdio from bulk group
1 parent b5c7122 commit 9caa8ae

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,15 @@ updates:
4949
patterns:
5050
- 'webdriverio'
5151
- '@wdio/*'
52-
update-types:
53-
- 'major'
54-
- 'minor'
55-
- 'patch'
5652
vitest:
5753
patterns:
5854
- 'vitest'
5955
- '@vitest/*'
60-
update-types:
61-
- 'major'
62-
- 'minor'
63-
- 'patch'
6456
# Non-major version bumps hopefully shouldn't break anything,
6557
# so let's group them together into a single PR!
6658
theoretically-non-breaking:
6759
update-types:
6860
- 'minor'
6961
- 'patch'
62+
exclude-patterns:
63+
- '@wdio/*'

0 commit comments

Comments
 (0)