Skip to content

Commit dd725c7

Browse files
committed
ci(deps): improve rect Dependabot group
1 parent 168fdfe commit dd725c7

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ updates:
77
interval: "daily"
88
groups:
99
react:
10-
patterns:
10+
patterns: &react-deps
1111
- react
12-
- react-*
13-
- "@*/react-*"
12+
- react-dom
13+
- react-is
14+
- react-test-renderer
15+
- @types/react
16+
- @types/react-dom
17+
- @types/react-is
1418
# Maintain dependencies for backend
1519
- package-ecosystem: "gomod"
1620
directory: "/"
@@ -23,10 +27,7 @@ updates:
2327
interval: "daily"
2428
groups:
2529
react:
26-
patterns:
27-
- react
28-
- react-*
29-
- "@*/react-*"
30+
patterns: *react-deps
3031
# maintain dependencies for github actions
3132
- package-ecosystem: "github-actions"
3233
directory: "/"

0 commit comments

Comments
 (0)