diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d0a32a8..038f724 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,11 @@ updates: minor-and-patch: patterns: - "*" + exclude-patterns: + - "react" + - "react-dom" + - "@types/react" + - "@types/react-dom" update-types: - "minor" - "patch"