diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4df99855..bf72ec2f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,14 @@ version: 2 updates: - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - open-pull-requests-limit: 1 + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'daily' + open-pull-requests-limit: 1 + groups: + eslint: + patterns: + - '*eslint*' + jest: + patterns: + - '*jest*'