From 85a2611656fc18b1af64a18af1eca98e7d5db1cb Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 18 May 2024 07:04:51 -0400 Subject: [PATCH] chore: update dependabot --- .github/dependabot.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8706feda9..074d88244 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: '/'