Skip to content

Commit

Permalink
ci: add angular/dev-infra to Angular group
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and clydin committed Aug 17, 2021
1 parent 5326b49 commit be113dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"packageRules": [
{
"packagePatterns": ["^@angular/.*"],
"packagePatterns": ["^@angular/.*", "angular/dev-infra"],
"groupName": "angular",
"pinVersions": false
},
Expand Down Expand Up @@ -66,7 +66,7 @@
"!packages/angular_devkit/schematics_cli/schematic/files/package.json",
"!packages/schematics/angular/utility/latest-versions/package.json"
],
"excludePackagePatterns": ["^@angular/.*"],
"excludePackagePatterns": ["^@angular/.*", "angular/dev-infra"],
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "all non-major dependencies",
Expand Down

0 comments on commit be113dd

Please sign in to comment.