Skip to content

Commit b1f9b7a

Browse files
authored
Group react deps together, they fail if not in sync (#2841)
1 parent 2a26bd3 commit b1f9b7a

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
@@ -10,6 +10,10 @@ updates:
1010
docusaurus:
1111
patterns:
1212
- "@docusaurus/*"
13+
react:
14+
patterns:
15+
- "react"
16+
- "react-dom"
1317
- package-ecosystem: "github-actions"
1418
directory: "/"
1519
schedule:

0 commit comments

Comments
 (0)