Skip to content

Commit 81f7965

Browse files
committed
ci: fix issue where renovate is not updating the root level package.json
With this change we fix an issue where dev dependencies in the root package.json are not being updated. In #18299 we that the `open` has been updated in 2 child `package.json`, however the root `package.json` has been left out of sync. https://github.com/angular/angular-cli/blob/65d0d952f193f8c8e419a62659ac0954cf57b6b8/package.json#L177
1 parent 441ce5f commit 81f7965

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

renovate.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@
3030
"packages/**/package.json",
3131
"tests/legacy-cli/e2e/ng-snapshot/package.json"
3232
],
33-
"major": {
34-
"devDependencies": {
35-
"enabled": true
36-
}
37-
},
3833
"packageRules": [
3934
{
4035
"packagePatterns": [
@@ -74,19 +69,6 @@
7469
"major"
7570
],
7671
"enabled": false
77-
},
78-
{
79-
"depTypeList": ["devDependencies"],
80-
"updateTypes": ["patch", "minor"],
81-
"groupName": "non-major devDependencies",
82-
"excludePackagePatterns": [
83-
"typescript",
84-
"bazel_toolchains",
85-
"^@bazel\/.*",
86-
"^build_bazel.*",
87-
"^@angular\/.*"
88-
],
89-
"enabled": false
9072
}
9173
]
9274
}

0 commit comments

Comments
 (0)