From 7daa48f27f53b809d08eb6f4535782ba3c934cf9 Mon Sep 17 00:00:00 2001 From: Marco Biedermann <5244986+marcobiedermann@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:17:01 +0200 Subject: [PATCH] chore: Dependabot Config Add groups to the Dependabot config --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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*'