From 27105c856a70738a00c677ece6d0eb60c883b070 Mon Sep 17 00:00:00 2001 From: Paillat-dev Date: Thu, 24 Apr 2025 10:58:43 +0200 Subject: [PATCH] Switch base branch from 'main' to 'master' in Renovate config. Updated the `baseBranches` setting in `renovate.json` to use 'master' instead of 'main'. This aligns Renovate's configuration with the repository's primary branch naming convention. --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 53d3662..7611ba7 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], - "baseBranches": ["main"], + "baseBranches": ["master"], "labels": ["deps"], "ignorePaths": ["requirements.txt"], "commitMessagePrefix": "⬆️",