This commit is contained in:
2025-05-08 06:27:02 -05:00
parent 0e6aad89dc
commit b9d0ef311b

View File

@@ -96,7 +96,15 @@ renovate:
# -- Custom exiting global renovate config # -- Custom exiting global renovate config
#existingConfigFile: "/config/renovate.json" #existingConfigFile: "/config/renovate.json"
# -- Inline global renovate config.json # -- Inline global renovate config.json
config: "" config: |
{
"platform": "gitlab",
"endpoint": "https://gitlab.com/api/v4",
"autodiscover": "false",
"dryRun": false,
"printConfig": false,
"repositories": ["durfy/DurpCLI"]
}
# See https://docs.renovatebot.com/self-hosted-configuration # See https://docs.renovatebot.com/self-hosted-configuration
# config: | # config: |
# { # {