File tree Expand file tree Collapse file tree 2 files changed +22
-8
lines changed Expand file tree Collapse file tree 2 files changed +22
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @angular/devkit-repo" ,
3- "version" : " 21.0 .0-next.8 " ,
3+ "version" : " 21.1 .0-next.0 " ,
44 "private" : true ,
55 "description" : " Software Development Kit for Angular" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "baseBranchPatterns" : [" main" , " 20.3.x" ],
4- "extends" : [" github>angular/dev-infra//renovate-presets/default.json5" ],
5- "ignorePaths" : [" tests/legacy-cli/e2e/assets/**" , " tests/schematics/update/packages/**" ],
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+ ],
614 "packageRules" : [
715 {
816 "enabled" : false ,
9- "matchFileNames" : [" tests/legacy-cli/e2e/ng-snapshot/package.json" ],
10- "matchBaseBranches" : [" !main" ]
17+ "matchFileNames" : [
18+ " tests/legacy-cli/e2e/ng-snapshot/package.json"
19+ ],
20+ "matchBaseBranches" : [
21+ " !main"
22+ ]
1123 },
1224 {
1325 "matchFileNames" : [
1426 " packages/angular_devkit/schematics_cli/blank/project-files/package.json" ,
1527 " packages/angular_devkit/schematics_cli/schematic/files/package.json" ,
1628 " packages/schematics/angular/utility/latest-versions/package.json"
1729 ],
18- "matchPackageNames" : [" *" ],
30+ "matchPackageNames" : [
31+ " *"
32+ ],
1933 "groupName" : " schematics dependencies" ,
2034 "lockFileMaintenance" : {
2135 "enabled" : false
2236 }
2337 }
2438 ]
25- }
39+ }
You can’t perform that action at this time.
0 commit comments