diff --git a/renovate.json b/renovate.json index 0241bb3d..a920dfdd 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "extends": ["config:base"], - "baseBranches": ["v1", "v2"], + "baseBranches": ["v2", "v1"], "enabledManagers": ["cargo", "npm"], "semanticCommitType": "chore", "labels": ["dependencies"],