We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c7122 commit 9caa8aeCopy full SHA for 9caa8ae
.github/dependabot.yml
@@ -49,21 +49,15 @@ updates:
49
patterns:
50
- 'webdriverio'
51
- '@wdio/*'
52
- update-types:
53
- - 'major'
54
- - 'minor'
55
- - 'patch'
56
vitest:
57
58
- 'vitest'
59
- '@vitest/*'
60
61
62
63
64
# Non-major version bumps hopefully shouldn't break anything,
65
# so let's group them together into a single PR!
66
theoretically-non-breaking:
67
update-types:
68
- 'minor'
69
- 'patch'
+ exclude-patterns:
+ - '@wdio/*'
0 commit comments