From 34103dee2b5f4e6c5c1b7308a9256cbe466afa18 Mon Sep 17 00:00:00 2001 From: Arjan Molenaar Date: Fri, 6 Oct 2023 13:42:20 +0200 Subject: [PATCH] chore: Group angular updates in one PR So stuff keeps working. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d85da4c6d..20b6e350a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,13 @@ updates: directory: "/frontend" schedule: interval: "weekly" + groups: + angular: + patterns: + - "@angular*" + update-types: + - "minor" + - "patch" # Capella Dockerimages - package-ecosystem: "gitsubmodule" directory: "/"