Skip to content

Commit aabcb90

Browse files
authored
chore(dependabot): add bare package names, nx (#4473)
1 parent d6e794e commit aabcb90

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,19 @@ updates:
1313
- '@babel/*'
1414
best:
1515
patterns:
16+
- 'best'
1617
- '@best/*'
18+
nx:
19+
patterns:
20+
- 'nx'
21+
- '@nx/*'
1722
rollup:
1823
patterns:
1924
- 'rollup'
2025
- '@rollup/*'
2126
webdriverio:
2227
patterns:
28+
- 'webdriverio'
2329
- '@wdio/*'
2430
# Non-major version bumps hopefully shouldn't break anything,
2531
# so let's group them together into a single PR!

0 commit comments

Comments
 (0)