From bb419741549aabe0deb512aa20bd83eee88f718d Mon Sep 17 00:00:00 2001 From: "Cody (Xuecheng) Zhang" Date: Fri, 20 Dec 2024 14:28:30 +0800 Subject: [PATCH] chore: enable renovate for feature/v2 (#5993) --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index 99e90f6849b..7d7711fc0fe 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "baseBranches": ["master", "feature\/v2"], "extends": [ "config:recommended" ],