renovate(role,host): replace deprecated config option with new env var
Some checks failed
/ Ansible Lint (push) Failing after 51s
Some checks failed
/ Ansible Lint (push) Failing after 51s
This commit is contained in:
parent
e76c66d74c
commit
8cb2cfc31f
2 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ module.exports = {
|
|||
endpoint: "https://git.hamburg.ccc.de/",
|
||||
platform: "gitea",
|
||||
persistRepoData: true,
|
||||
logLevel: "debug",
|
||||
onboardingConfig: {
|
||||
"extends": ["config:recommended"],
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue