Skip to content

Commit 92f089d

Browse files
authored
Moves React dependencies to separate Dependabot group
1 parent 161c59d commit 92f089d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ updates:
55
schedule:
66
interval: "monthly"
77
groups:
8-
all:
8+
react:
9+
patterns:
10+
- "react"
11+
- "react-*"
12+
everything-else:
913
patterns:
1014
- "*"
15+
exclude-patterns:
16+
- "react"
17+
- "react-*"

0 commit comments

Comments
 (0)