diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 554d6c88..76b3294c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,18 @@ updates: directory: '/' schedule: interval: 'monthly' + groups: + eslint: + patterns: + - '@typescript-eslint/*' + - 'eslint*' + gatsby: + patterns: + - 'gatsby*' + react: + patterns: + - 'react*' + - '@types/react*' + stylelint: + patterns: + - 'stylelint*'