Skip to content

Commit 4cd8544

Browse files
committed
.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.
1 parent 277154b commit 4cd8544

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ updates:
2323
applies-to: version-updates
2424
patterns:
2525
- "@angular*"
26+
- "@ngtools/webpack"
2627
update-types:
2728
- "minor"
2829
- "patch"
@@ -31,6 +32,7 @@ updates:
3132
applies-to: security-updates
3233
patterns:
3334
- "@angular*"
35+
- "@ngtools/webpack"
3436
update-types:
3537
- "minor"
3638
- "patch"
@@ -171,6 +173,7 @@ updates:
171173
applies-to: version-updates
172174
patterns:
173175
- "@angular*"
176+
- "@ngtools/webpack"
174177
update-types:
175178
- "minor"
176179
- "patch"
@@ -179,6 +182,7 @@ updates:
179182
applies-to: version-updates
180183
patterns:
181184
- "@ngrx*"
185+
- "@ngtools/webpack"
182186
update-types:
183187
- "minor"
184188
- "patch"
@@ -257,6 +261,7 @@ updates:
257261
applies-to: version-updates
258262
patterns:
259263
- "@angular*"
264+
- "@ngtools/webpack"
260265
update-types:
261266
- "minor"
262267
- "patch"
@@ -343,6 +348,7 @@ updates:
343348
applies-to: version-updates
344349
patterns:
345350
- "@angular*"
351+
- "@ngtools/webpack"
346352
update-types:
347353
- "minor"
348354
- "patch"

0 commit comments

Comments
 (0)