From 86f11b3c6669f7178688fac9453e4e985f83d096 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 1 Nov 2024 11:49:15 +0100 Subject: [PATCH] chore: update renovate.json --- renovate.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 4a21dca6..1bf89a3d 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,8 @@ { - "extends": ["github>unjs/renovate-config"], - "baseBranches": ["main", "v1"] + "extends": [ + "github>unjs/renovate-config" + ], + "baseBranches": [ + "main" + ] }