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 6f3581a commit 777e84cCopy full SHA for 777e84c
.github/dependabot.yml
@@ -11,22 +11,32 @@ updates:
11
babel:
12
patterns:
13
- '@babel/*'
14
+ update-types:
15
+ - 'major'
16
best:
17
18
- 'best'
19
- '@best/*'
20
21
22
nx:
23
24
- 'nx'
25
- '@nx/*'
26
27
28
rollup:
29
30
- 'rollup'
31
- '@rollup/*'
32
33
34
webdriverio:
35
36
- 'webdriverio'
37
- '@wdio/*'
38
39
40
# Non-major version bumps hopefully shouldn't break anything,
41
# so let's group them together into a single PR!
42
theoretically-non-breaking:
0 commit comments