mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
.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:
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@@ -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"
|
||||
|
Reference in New Issue
Block a user