Skip to content

Commit a33b7c3

Browse files
authored
Merge pull request #124 from TraGicCode/chore/update-react-packages-together
Ensure react dependencies are updated together
2 parents 457c6cb + c7cdf06 commit a33b7c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ updates:
2020
directory: "/website"
2121
schedule:
2222
interval: "daily"
23+
groups:
24+
react-dependencies:
25+
patterns:
26+
- "react*"
2327
- package-ecosystem: "devcontainers" # See documentation for possible values
2428
directory: "/"
2529
schedule:

0 commit comments

Comments
 (0)