From a0258a64e85bf9ceb0c779095b74c617415cef29 Mon Sep 17 00:00:00 2001 From: SebClem Date: Sun, 2 Apr 2023 12:57:22 +0200 Subject: [PATCH] Change default branche for renovate --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 19c1539..b32b775 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,6 @@ "extends": [ "config:base" ], - "commitMessagePrefix": ":arrow_up:" + "commitMessagePrefix": ":arrow_up:", + "baseBranches": ["develop"] }