We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79f1cfe + dd725c7 commit 711a446Copy full SHA for 711a446
.github/dependabot.yml
@@ -7,10 +7,14 @@ updates:
7
interval: "daily"
8
groups:
9
react:
10
- patterns:
+ patterns: &react-deps
11
- react
12
- - react-*
13
- - "@*/react-*"
+ - react-dom
+ - react-is
14
+ - react-test-renderer
15
+ - @types/react
16
+ - @types/react-dom
17
+ - @types/react-is
18
# Maintain dependencies for backend
19
- package-ecosystem: "gomod"
20
directory: "/"
@@ -26,10 +30,7 @@ updates:
26
30
patterns:
27
31
- "@docusaurus/*"
28
32
29
- - react
33
+ patterns: *react-deps
34
# maintain dependencies for github actions
35
- package-ecosystem: "github-actions"
36
0 commit comments