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.
This commit is contained in:
2025-04-24 10:58:43 +02:00
parent 4a2a5f4548
commit 27105c856a

View File

@@ -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": "⬆️",