From 6525e0152b8ae9b65a6b3acf179340e4feea619c Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Thu, 15 Dec 2022 18:23:38 +0000 Subject: [PATCH] build: update renovate to not apply `merge safe` label 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. --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index cd5f1be4a65f..e2d8389c4fe0 100644 --- a/renovate.json +++ b/renovate.json @@ -3,8 +3,8 @@ "automerge": false, "baseBranches": ["main"], "enabledManagers": ["npm", "bazel", "github-actions"], - "stopUpdatingLabel": "merge ready", - "labels": ["target: patch", "merge safe"], + "stopUpdatingLabel": "action: merge", + "labels": ["target: patch"], "lockFileMaintenance": { "enabled": false },