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/",
|
endpoint: "https://git.hamburg.ccc.de/",
|
||||||
platform: "gitea",
|
platform: "gitea",
|
||||||
persistRepoData: true,
|
persistRepoData: true,
|
||||||
logLevel: "debug",
|
|
||||||
onboardingConfig: {
|
onboardingConfig: {
|
||||||
"extends": ["config:recommended"],
|
"extends": ["config:recommended"],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue