Skip to content

Commit 087089c

Browse files
authored
ci: instruct renovate to not update/override merge ready PRs (#24481)
Sometimes Renovate proposes an update and we need to add some manual fixups, like updating a size golden. For this we push to same upstream branch. Renovate will update the PR though when another new revision/version becomes available, overriding the fixup and discarding it. This happened quite often now and causes significantly more work required by the dev-infra time.
1 parent 0dfc490 commit 087089c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"automerge": false,
44
"baseBranches": ["master"],
55
"enabledManagers": ["npm", "bazel", "github-actions"],
6+
"stopUpdatingLabel": "merge ready",
67
"labels": ["target: patch", "merge safe"],
78
"lockFileMaintenance": {
89
"enabled": true

0 commit comments

Comments
 (0)