From 4cd8544a432f1e286dd73c02addb5219b2e89bef Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 17 Jun 2025 07:19:39 +0300 Subject: [PATCH] .github/dependabot.yml: group @ngtools/webpack with Angular @ngtools/webpack is provided by the Angular team and follows the same versioning so we should group it with Angular in dependabot. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 75838071a4..9436ac4cb7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,6 +23,7 @@ updates: applies-to: version-updates patterns: - "@angular*" + - "@ngtools/webpack" update-types: - "minor" - "patch" @@ -31,6 +32,7 @@ updates: applies-to: security-updates patterns: - "@angular*" + - "@ngtools/webpack" update-types: - "minor" - "patch" @@ -171,6 +173,7 @@ updates: applies-to: version-updates patterns: - "@angular*" + - "@ngtools/webpack" update-types: - "minor" - "patch" @@ -179,6 +182,7 @@ updates: applies-to: version-updates patterns: - "@ngrx*" + - "@ngtools/webpack" update-types: - "minor" - "patch" @@ -257,6 +261,7 @@ updates: applies-to: version-updates patterns: - "@angular*" + - "@ngtools/webpack" update-types: - "minor" - "patch" @@ -343,6 +348,7 @@ updates: applies-to: version-updates patterns: - "@angular*" + - "@ngtools/webpack" update-types: - "minor" - "patch"