diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b2ecd13e1a..b28d1da890 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -30,6 +30,12 @@ updates: - "@graphql-typed-document-node/core" - "replace-in-file" - "typescript-graphql-typed-files-modules" + react: + patterns: + - "react" + - "@types/react" + - "react-dom" + - "@types/react-dom" redux: patterns: - "@reduxjs/toolkit"