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" + ] }