Skip to content

Commit 832a953

Browse files
fix: configure dependabot to group react deps
1 parent a1010fe commit 832a953

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
@@ -20,3 +20,7 @@ updates:
2020
docusaurus:
2121
patterns:
2222
- "@docusaurus/*"
23+
react:
24+
patterns:
25+
- "react"
26+
- "react-dom"

0 commit comments

Comments
 (0)