mirror of
https://github.com/Paillat-dev/discord-progress-bar.git
synced 2026-01-02 01:06:18 +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",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended"],
|
"extends": ["config:recommended"],
|
||||||
"baseBranches": ["main"],
|
"baseBranches": ["master"],
|
||||||
"labels": ["deps"],
|
"labels": ["deps"],
|
||||||
"ignorePaths": ["requirements.txt"],
|
"ignorePaths": ["requirements.txt"],
|
||||||
"commitMessagePrefix": "⬆️",
|
"commitMessagePrefix": "⬆️",
|
||||||
|
|||||||
Reference in New Issue
Block a user