renovate(role,host): replace deprecated config option with new env var
Some checks failed
/ Ansible Lint (push) Failing after 51s

This commit is contained in:
June 2025-10-16 18:05:44 +02:00
commit 8cb2cfc31f
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,6 @@ module.exports = {
endpoint: "https://git.hamburg.ccc.de/", endpoint: "https://git.hamburg.ccc.de/",
platform: "gitea", platform: "gitea",
persistRepoData: true, persistRepoData: true,
logLevel: "debug",
onboardingConfig: { onboardingConfig: {
"extends": ["config:recommended"], "extends": ["config:recommended"],
}, },

View file

@ -5,6 +5,7 @@ Wants=network-online.target
[Service] [Service]
Type=oneshot Type=oneshot
Environment=LOG_LEVEL=debug
ExecStart=/usr/bin/docker run --rm \ ExecStart=/usr/bin/docker run --rm \
-v "/etc/renovate/config.js:/usr/src/app/config.js" \ -v "/etc/renovate/config.js:/usr/src/app/config.js" \
renovate/renovate renovate/renovate