From 1639a505d772fe3a09207df73dcbc856346a1703 Mon Sep 17 00:00:00 2001 From: sam0r040 <93372330+sam0r040@users.noreply.github.com> Date: Fri, 31 May 2024 15:44:41 +0200 Subject: [PATCH] chore(deps): configure dependabot to group angular updates (#783) Co-authored-by: Timon Back --- .github/dependabot.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e687e0fec..4a689ba87 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,4 +21,10 @@ updates: directory: "/springwolf-ui" rebase-strategy: "disabled" schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" + groups: + dependencies-angular: + applies-to: version-updates + patterns: + - "@angular/*" + - "@angular-devkit/*"