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/",
platform: "gitea",
persistRepoData: true,
logLevel: "debug",
onboardingConfig: {
"extends": ["config:recommended"],
},

View file

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