From 76b921ed63cf309974be465cda1baf60b95c22e4 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Tue, 19 Mar 2024 15:22:07 +0000 Subject: [PATCH] ci: change label set by renovate to be merge ready immediately (#54947) Since the PR is always expected to be ready to merge as renovate won't make changes in response to any sort of comment, it should already be marked as merge ready PR Close #54947 --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 6ef6332bea9..866756b8535 100644 --- a/renovate.json +++ b/renovate.json @@ -14,7 +14,7 @@ "prHourlyLimit": 3, "timezone": "America/Tijuana", "lockFileMaintenance": {"enabled": true}, - "labels": ["target: patch", "area: build & ci", "action: review"], + "labels": ["target: patch", "area: build & ci", "action: merge"], "ignorePaths": ["aio/content/demos/first-app/package.json"], "ignoreDeps": [ "@types/node",