mirror of
https://github.com/Paillat-dev/discord-progress-bar.git
synced 2026-01-01 16:56:19 +00:00
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:
@@ -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": "⬆️",
|
||||
|
||||
Reference in New Issue
Block a user