.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.
This commit is contained in:
Alan Orth
2025-06-17 07:19:39 +03:00
parent 277154b4ed
commit 4cd8544a43

View File

@@ -23,6 +23,7 @@ updates:
applies-to: version-updates applies-to: version-updates
patterns: patterns:
- "@angular*" - "@angular*"
- "@ngtools/webpack"
update-types: update-types:
- "minor" - "minor"
- "patch" - "patch"
@@ -31,6 +32,7 @@ updates:
applies-to: security-updates applies-to: security-updates
patterns: patterns:
- "@angular*" - "@angular*"
- "@ngtools/webpack"
update-types: update-types:
- "minor" - "minor"
- "patch" - "patch"
@@ -171,6 +173,7 @@ updates:
applies-to: version-updates applies-to: version-updates
patterns: patterns:
- "@angular*" - "@angular*"
- "@ngtools/webpack"
update-types: update-types:
- "minor" - "minor"
- "patch" - "patch"
@@ -179,6 +182,7 @@ updates:
applies-to: version-updates applies-to: version-updates
patterns: patterns:
- "@ngrx*" - "@ngrx*"
- "@ngtools/webpack"
update-types: update-types:
- "minor" - "minor"
- "patch" - "patch"
@@ -257,6 +261,7 @@ updates:
applies-to: version-updates applies-to: version-updates
patterns: patterns:
- "@angular*" - "@angular*"
- "@ngtools/webpack"
update-types: update-types:
- "minor" - "minor"
- "patch" - "patch"
@@ -343,6 +348,7 @@ updates:
applies-to: version-updates applies-to: version-updates
patterns: patterns:
- "@angular*" - "@angular*"
- "@ngtools/webpack"
update-types: update-types:
- "minor" - "minor"
- "patch" - "patch"