From 3920dbc39394262550936fe1cfa60e981c623bbd Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 9 Sep 2024 18:20:43 +0200 Subject: [PATCH] chore(renovate): add `v3` label for v3 branch --- renovate.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index c6683caa..a92af4d0 100644 --- a/renovate.json +++ b/renovate.json @@ -13,5 +13,11 @@ "lockFileMaintenance": { "enabled": true }, - "baseBranches": ["dev", "v3"] + "baseBranches": ["dev", "v3"], + "packageRules": [ + { + "matchBaseBranches": ["v3"], + "labels": ["v3"] + } + ] }