From 0bb67f5d9579b9f491a38913351caab213f62428 Mon Sep 17 00:00:00 2001 From: snowiow Date: Wed, 3 Jan 2024 14:09:48 +0100 Subject: [PATCH] dependabot group update --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 01588a7c3..45c9adc64 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,15 @@ updates: directory: '/' schedule: interval: 'monthly' + groups: + npm-dependencies: + patterns: + - '*' - package-ecosystem: 'github-actions' directory: '/' schedule: interval: 'monthly' + groups: + gh-actions-dependencies: + patterns: + - '*'