From 34103dee2b5f4e6c5c1b7308a9256cbe466afa18 Mon Sep 17 00:00:00 2001 From: Arjan Molenaar Date: Fri, 6 Oct 2023 13:42:20 +0200 Subject: [PATCH 1/2] 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: "/" From 66411ee480a8576fcf85eefc7d308181216a9071 Mon Sep 17 00:00:00 2001 From: Arjan Molenaar Date: Thu, 12 Oct 2023 16:22:18 +0200 Subject: [PATCH 2/2] Also update major releases Just let the CI figure out if it breaks. Co-authored-by: Moritz Weber --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 20b6e350a..58cb0e61a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,6 +18,7 @@ updates: patterns: - "@angular*" update-types: + - "major" - "minor" - "patch" # Capella Dockerimages