diff --git a/infra/renovate/values.yaml b/infra/renovate/values.yaml index 10f4246..765bf75 100644 --- a/infra/renovate/values.yaml +++ b/infra/renovate/values.yaml @@ -96,7 +96,15 @@ renovate: # -- Custom exiting global renovate config #existingConfigFile: "/config/renovate.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 # config: | # {