diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3b05b0a92..c264f6bfb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,4 +14,8 @@ updates: groups: docusaurus: patterns: - - "@docusaurus/*" \ No newline at end of file + - "@docusaurus/*" + react: + patterns: + - "react" + - "react-dom" \ No newline at end of file