Skip to content

Commit 3056680

Browse files
committed
Add babel group to dependabot config
I didn't think to add this because we don't have babel dependencies directly, but we recently had a few separate PRs to update babel dependencies, because they are pulled in transitively and had some security fixes. Adding this config will reduce the number of PRs we have to deal with here and help all of the babel deps be updated together.
1 parent 9ff62b1 commit 3056680

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ updates:
77
schedule:
88
interval: daily
99
groups:
10+
babel:
11+
patterns:
12+
- '@babel/*'
13+
- 'babel*'
1014
docusaurus:
1115
patterns:
1216
- '@docusaurus/*'

0 commit comments

Comments
 (0)