diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e655429fb..c917abd63 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,3 +29,13 @@ updates: update-types: - 'minor' - 'patch' + react: + patterns: + - 'react*' + - '@types/react*' + babel: + patterns: + - 'babel*' + commitlint: + patterns: + - '@commitlint*'