From 669c6f102c77762defe65737f2206b9e3c7996eb Mon Sep 17 00:00:00 2001 From: PoAn Yang Date: Mon, 30 Dec 2024 16:43:45 +0800 Subject: [PATCH] fix(renovate): update baseBranches Signed-off-by: PoAn Yang --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate.json b/renovate.json index 360c7f1f..a794f93d 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,8 @@ { "extends": [ "github>harvester/renovate:renovate-default" + ], + "baseBranches": [ + "master" ] }