From 4fab0cdc034fe9b08fee1e8721ce57a84c8194c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Bo=CC=88hm?= Date: Mon, 19 Feb 2024 12:34:56 +0100 Subject: [PATCH] Add grouping to dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1aff12f3..85457137 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,10 @@ updates: schedule: interval: 'weekly' target-branch: 'develop' + groups: + angular: + patterns: + - '@angular/*' - package-ecosystem: 'github-actions' directory: '/' schedule: