File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,15 @@ updates:
9
9
react :
10
10
patterns :
11
11
- react
12
+ - " react-*"
12
13
- " @types/react"
14
+ - " @types/react-*"
13
15
exclude-patterns :
14
16
- react-lottie-player
15
17
- react-markdown
16
18
- react-router-dom
17
19
- react-syntax-highlighter
18
20
- react-toastify
19
- - " @testing-library/react-hooks"
20
21
# Maintain dependencies for backend
21
22
- package-ecosystem : " gomod"
22
23
directory : " /"
@@ -30,18 +31,19 @@ updates:
30
31
groups :
31
32
docusaurus :
32
33
patterns :
33
- - " @docusaurus"
34
- react :
34
+ - " @docusaurus/* "
35
+ react-docs :
35
36
patterns :
36
37
- react
38
+ - " react-*"
37
39
- " @types/react"
40
+ - " @types/react-*"
38
41
exclude-patterns :
39
42
- react-lottie-player
40
43
- react-markdown
41
44
- react-router-dom
42
45
- react-syntax-highlighter
43
46
- react-toastify
44
- - " @testing-library/react-hooks"
45
47
# maintain dependencies for github actions
46
48
- package-ecosystem : " github-actions"
47
49
directory : " /"
You can’t perform that action at this time.
0 commit comments