From 16e851448091d6a86b032d6497f89eca9dcfbb31 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Fri, 9 May 2025 05:17:42 -0500 Subject: [PATCH] update --- infra/renovate/values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/infra/renovate/values.yaml b/infra/renovate/values.yaml index c1acbbc..8b4a32f 100644 --- a/infra/renovate/values.yaml +++ b/infra/renovate/values.yaml @@ -103,7 +103,7 @@ renovate: "autodiscover": "true", "dryRun": false, "printConfig": false, - "autodiscoverFilter": ["developerdurp/*", "durfy/*"] + "autodiscoverNamespaces": ["developerdurp", "durfy"] } # See https://docs.renovatebot.com/self-hosted-configuration # config: | @@ -244,7 +244,8 @@ renovate: # name: env-configmap # -- Environment variables to set on the renovate container - env: {} + env: + RENOVATE_AUTODISCOVER: true # env: # VARIABLE_NAME: "value"