From 61788b96bfc494074077721a22c3dbaf7c33756e Mon Sep 17 00:00:00 2001 From: Olivier ORAND Date: Tue, 26 Dec 2023 09:30:56 +0000 Subject: [PATCH] chore(renovate): add baseBranch label To easily filter PR on base branch, like all PR related to k3s 1.25, we need this label --- renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json5 b/renovate.json5 index 57869e62..d08b0779 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -46,6 +46,7 @@ "depName/{{depNameSanitized}}", "manager/{{manager}}", "hasReleaseNotes/{{hasReleaseNotes}}", + "target/{{baseBranch}}", // To easily filter PR on base branch, like all PR related to k3s 1.25 ] }, ],