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"]