We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0530a9d commit 1a97e91Copy full SHA for 1a97e91
1 file changed
.github/dependabot.yml
@@ -15,6 +15,21 @@ updates:
15
- "@me"
16
assignees:
17
18
+ groups:
19
+ angular:
20
+ patterns:
21
+ - "@angular*"
22
+ - "@angular-devkit*"
23
+ - "@angular-eslint*"
24
+ - "ng-*"
25
+ - "zone.js"
26
+ testing:
27
28
+ - "jasmine*"
29
+ - "karma*"
30
+ - "protractor*"
31
+ - "@types/jasmine*"
32
+ - "@types/node*"
33
34
# Enable version updates for NuGet (.NET server projects)
35
- package-ecosystem: "nuget"
0 commit comments