diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3d2f7eba42..759ec790c4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,16 @@ updates: allow: - dependency-name: "*" dependency-type: "all" + groups: + # Astro requires react and react-dom to be the exact same version, + # so they must be bumped together in a single PR. + react: + patterns: + - "react" + - "react-dom" + - "@types/react" + - "@types/react-dom" + - "@astrojs/react" commit-message: prefix: chore prefix-development: chore