This commit is contained in:
2025-05-09 05:17:42 -05:00
parent 0812204655
commit 16e8514480

View File

@@ -103,7 +103,7 @@ renovate:
"autodiscover": "true", "autodiscover": "true",
"dryRun": false, "dryRun": false,
"printConfig": false, "printConfig": false,
"autodiscoverFilter": ["developerdurp/*", "durfy/*"] "autodiscoverNamespaces": ["developerdurp", "durfy"]
} }
# See https://docs.renovatebot.com/self-hosted-configuration # See https://docs.renovatebot.com/self-hosted-configuration
# config: | # config: |
@@ -244,7 +244,8 @@ renovate:
# name: env-configmap # name: env-configmap
# -- Environment variables to set on the renovate container # -- Environment variables to set on the renovate container
env: {} env:
RENOVATE_AUTODISCOVER: true
# env: # env:
# VARIABLE_NAME: "value" # VARIABLE_NAME: "value"