Skip to content

Commit 107ef99

Browse files
authored
Tell dependabot to group babel-jest with jest updates (#368)
This package is published as part of Jest updates, so we want it grouped that way in our PRs. I am also adding the @jest namespace since I know Jest has packages published there as well.
2 parents b53f99a + 3a0bbea commit 107ef99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@ updates:
1111
patterns:
1212
- '@babel/*'
1313
- 'babel*'
14+
exclude-patterns:
15+
- 'babel-jest'
1416
eslint:
1517
patterns:
1618
- 'eslint'
1719
- 'eslint-*'
1820
- '@eslint/*'
1921
jest:
2022
patterns:
23+
- '@jest/*'
24+
- 'babel-jest'
2125
- 'jest'
2226
- 'jest-*'
2327
react:

0 commit comments

Comments
 (0)