From 8bbb3ceb6c6ec9f4aec83163d460f082a788dce5 Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Thu, 21 Sep 2023 10:46:44 +0100 Subject: [PATCH] Group angular updates --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 33acd5e6..a00fcb53 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,12 @@ updates: directory: "/Sample-01" schedule: interval: "daily" + groups: + angular: + patterns: + - "@angular*" + update-types: + - "minor" ignore: - dependency-name: "*" update-types: ["version-update:semver-major", "version-update:semver-patch"]