From edc487f723e150a73dc797d9aa36ed6135eb6961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mah=C3=A9?= Date: Tue, 5 Sep 2023 17:53:17 +0200 Subject: [PATCH] renovate: add release-note/dependency label to PRs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/cilium/tetragon/pull/1384#issuecomment-1704986391 and https://github.com/cilium/tetragon/pull/1384#issuecomment-1705460667. Signed-off-by: Mahé --- .github/renovate.json5 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 29dd511f664..a55b0076810 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -54,8 +54,7 @@ "enabled": true }, "labels": [ - "kind/enhancement", - "release-blocker" + "release-note/dependency" ], "schedule": [ "on monday"