Skip to content

Commit 3bdaace

Browse files
authored
Merge pull request #582 from shapehq/enhancement/group-react
Moves React dependencies to separate Dependabot group
2 parents 7e32316 + 92f089d commit 3bdaace

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)