File tree Expand file tree Collapse file tree 1 file changed +8
-21
lines changed
Expand file tree Collapse file tree 1 file changed +8
-21
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "baseBranchPatterns" : [
4- " main" ,
5- " 21.0.x"
6- ],
7- "extends" : [
8- " github>angular/dev-infra//renovate-presets/default.json5"
9- ],
10- "ignorePaths" : [
11- " tests/legacy-cli/e2e/assets/**" ,
12- " tests/schematics/update/packages/**"
13- ],
3+ "baseBranchPatterns" : [" main" , " 21.0.x" ],
4+ "extends" : [" github>angular/dev-infra//renovate-presets/default.json5" ],
5+ "ignoreDeps" : [" less" ],
6+ "ignorePaths" : [" tests/legacy-cli/e2e/assets/**" , " tests/schematics/update/packages/**" ],
147 "packageRules" : [
158 {
169 "enabled" : false ,
17- "matchFileNames" : [
18- " tests/legacy-cli/e2e/ng-snapshot/package.json"
19- ],
20- "matchBaseBranches" : [
21- " !main"
22- ]
10+ "matchFileNames" : [" tests/legacy-cli/e2e/ng-snapshot/package.json" ],
11+ "matchBaseBranches" : [" !main" ]
2312 },
2413 {
2514 "matchFileNames" : [
2615 " packages/angular_devkit/schematics_cli/blank/project-files/package.json" ,
2716 " packages/angular_devkit/schematics_cli/schematic/files/package.json" ,
2817 " packages/schematics/angular/utility/latest-versions/package.json"
2918 ],
30- "matchPackageNames" : [
31- " *"
32- ],
19+ "matchPackageNames" : [" *" ],
3320 "groupName" : " schematics dependencies" ,
3421 "lockFileMaintenance" : {
3522 "enabled" : false
3623 }
3724 }
3825 ]
39- }
26+ }
You can’t perform that action at this time.
0 commit comments