Skip to content

Commit 72afe06

Browse files
authored
Merge pull request #4392 from erikgb/new-dependabot-group
ci(deps): yet another attempt to fix Dependabot grouping
2 parents b895516 + 1486651 commit 72afe06

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ updates:
99
react:
1010
patterns:
1111
- react
12+
- "react-*"
1213
- "@types/react"
14+
- "@types/react-*"
1315
exclude-patterns:
1416
- react-lottie-player
1517
- react-markdown
1618
- react-router-dom
1719
- react-syntax-highlighter
1820
- react-toastify
19-
- "@testing-library/react-hooks"
2021
# Maintain dependencies for backend
2122
- package-ecosystem: "gomod"
2223
directory: "/"
@@ -30,18 +31,19 @@ updates:
3031
groups:
3132
docusaurus:
3233
patterns:
33-
- "@docusaurus"
34-
react:
34+
- "@docusaurus/*"
35+
react-docs:
3536
patterns:
3637
- react
38+
- "react-*"
3739
- "@types/react"
40+
- "@types/react-*"
3841
exclude-patterns:
3942
- react-lottie-player
4043
- react-markdown
4144
- react-router-dom
4245
- react-syntax-highlighter
4346
- react-toastify
44-
- "@testing-library/react-hooks"
4547
# maintain dependencies for github actions
4648
- package-ecosystem: "github-actions"
4749
directory: "/"

0 commit comments

Comments
 (0)