diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8706feda..074d8824 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,31 @@ updates: interval: daily time: '10:00' open-pull-requests-limit: 10 + groups: + eslint: + patterns: + - 'eslint-*' + - '@typescript-eslint/*' + - '@eslint/*' + + typescript: + patterns: + - 'typescript-*' + - '@typescript/*' + + jest: + patterns: + - 'jest-*' + - '@jest/*' + + actions: + patterns: + - 'actions/*' + - '@actions/*' + + misc: + patterns: + - '*' - package-ecosystem: github-actions directory: '/'