mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ci: remove stopUpdatingLabel setting (#55683)
This commit removes the 'stopUpdatingLabel' option from Renovate settings. This option caused pull requests to not automatically rebase when conflicting. PR Close #55683
This commit is contained in:
committed by
Andrew Kushnir
parent
cf84acf44c
commit
15e0600521
+9
-3
@@ -2,7 +2,6 @@
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"baseBranches": ["main"],
|
||||
"enabledManagers": ["npm", "bazel", "github-actions"],
|
||||
"stopUpdatingLabel": "action: merge",
|
||||
"rangeStrategy": "replace",
|
||||
"pinDigests": true,
|
||||
"semanticCommits": "enabled",
|
||||
@@ -72,7 +71,11 @@
|
||||
|
||||
{
|
||||
"matchPackagePrefixes": ["@angular/", "angular/", "@angular-devkit", "@schematics/"],
|
||||
"matchPaths": ["packages/**", "aio/tools/examples/shared/**", "adev/src/content/tutorials/**"],
|
||||
"matchPaths": [
|
||||
"packages/**",
|
||||
"aio/tools/examples/shared/**",
|
||||
"adev/src/content/tutorials/**"
|
||||
],
|
||||
"followTag": null
|
||||
},
|
||||
|
||||
@@ -107,6 +110,9 @@
|
||||
|
||||
{"matchCurrentVersion": "0.0.0-PLACEHOLDER", "enabled": false},
|
||||
|
||||
{"matchPaths": ["integration/**", "packages/zone.js/test/typings/package.json"], "enabled": false}
|
||||
{
|
||||
"matchPaths": ["integration/**", "packages/zone.js/test/typings/package.json"],
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user