Skip to content

Commit

Permalink
ci: instruct renovate to not update/override merge ready PRs (#24481)
Browse files Browse the repository at this point in the history
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.

(cherry picked from commit 087089c)
devversion authored and andrewseguin committed Feb 25, 2022
1 parent 7201953 commit 3e4a786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@
"automerge": false,
"baseBranches": ["master"],
"enabledManagers": ["npm", "bazel", "github-actions"],
"stopUpdatingLabel": "merge ready",
"labels": ["target: patch", "merge safe"],
"lockFileMaintenance": {
"enabled": true

0 comments on commit 3e4a786

Please sign in to comment.