From 730ada4864240cb29ed379159ff523af843857c8 Mon Sep 17 00:00:00 2001 From: Valentin REVERSAT Date: Sun, 21 Apr 2024 15:14:23 +0200 Subject: [PATCH] chore(renovate): set `main` as the base branch --- renovate.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index cbaae9c7..d0b1bcb6 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,7 @@ { - "baseBranches": ["dev"], + "baseBranches": [ + "main" + ], "packageRules": [ { "description": "Disables the creation of branches/PRs for any minor/patch updates etc. of Renovate bot", @@ -28,4 +30,4 @@ "commitMessageTopic": "{{depName}}" } ] -} \ No newline at end of file +}