From e015d1a5468b1e10ddc74f5442a37c21210fc6b7 Mon Sep 17 00:00:00 2001 From: Momtchil Momtchev Date: Tue, 13 Feb 2024 11:31:30 +0100 Subject: [PATCH] group estlint and jest updates --- .github/dependabot.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) 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*'