Skip to content

Commit a618d8f

Browse files
fix: configure dependabot to group react deps (#1447)
1 parent a2120d2 commit a618d8f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ updates:
1414
groups:
1515
docusaurus:
1616
patterns:
17-
- "@docusaurus/*"
17+
- "@docusaurus/*"
18+
react:
19+
patterns:
20+
- "react"
21+
- "react-dom"

0 commit comments

Comments
 (0)