Skip to content

Commit 15e0600

Browse files
alan-agius4AndrewKushnir
authored andcommitted
ci: remove stopUpdatingLabel setting (angular#55683)
This commit removes the 'stopUpdatingLabel' option from Renovate settings. This option caused pull requests to not automatically rebase when conflicting. PR Close angular#55683
1 parent cf84acf commit 15e0600

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

renovate.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"baseBranches": ["main"],
44
"enabledManagers": ["npm", "bazel", "github-actions"],
5-
"stopUpdatingLabel": "action: merge",
65
"rangeStrategy": "replace",
76
"pinDigests": true,
87
"semanticCommits": "enabled",
@@ -72,7 +71,11 @@
7271

7372
{
7473
"matchPackagePrefixes": ["@angular/", "angular/", "@angular-devkit", "@schematics/"],
75-
"matchPaths": ["packages/**", "aio/tools/examples/shared/**", "adev/src/content/tutorials/**"],
74+
"matchPaths": [
75+
"packages/**",
76+
"aio/tools/examples/shared/**",
77+
"adev/src/content/tutorials/**"
78+
],
7679
"followTag": null
7780
},
7881

@@ -107,6 +110,9 @@
107110

108111
{"matchCurrentVersion": "0.0.0-PLACEHOLDER", "enabled": false},
109112

110-
{"matchPaths": ["integration/**", "packages/zone.js/test/typings/package.json"], "enabled": false}
113+
{
114+
"matchPaths": ["integration/**", "packages/zone.js/test/typings/package.json"],
115+
"enabled": false
116+
}
111117
]
112118
}

0 commit comments

Comments
 (0)