Skip to content

Commit 79bd976

Browse files
authored
build: update renovate to not apply merge safe label (angular#26274)
The `merge safe` label is no longer used in the components repo. Declaring the label in the renovate config results in the label being created all the time.
1 parent 0d7f060 commit 79bd976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"automerge": false,
44
"baseBranches": ["main"],
55
"enabledManagers": ["npm", "bazel", "github-actions"],
6-
"stopUpdatingLabel": "merge ready",
7-
"labels": ["target: patch", "merge safe"],
6+
"stopUpdatingLabel": "action: merge",
7+
"labels": ["target: patch"],
88
"lockFileMaintenance": {
99
"enabled": false
1010
},

0 commit comments

Comments
 (0)