From 356098b4aa687683abe393bf6f349873c9b926ab Mon Sep 17 00:00:00 2001 From: hywax Date: Thu, 28 Nov 2024 19:57:51 +0500 Subject: [PATCH] chore(deps): add renovate `v1` branch --- .github/renovate.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index b755158..c662c78 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,4 +1,9 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>hywax/renovate-config"] + "extends": ["github>hywax/renovate-config"], + "baseBranches": ["main", "v1"], + "packageRules": [{ + "matchBaseBranches": ["v1"], + "labels": ["v1"] + }] }