From b9d0ef311ba887a0dce6f2cdfdf50cf64bd32195 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Thu, 8 May 2025 06:27:02 -0500 Subject: [PATCH] update --- infra/renovate/values.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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: | # {