diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 05a7337b1..f3e4f5792 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,12 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + react-dependencies: + patterns: + - "react" + - "react-dom" + - "@types/react" - package-ecosystem: "github-actions" directory: "/"