xoxys.renovate_bot/templates/etc/sysconfig/renovate.j2
Robert Kaussow 62e7a952c1
Some checks failed
continuous-integration/drone/push Build is failing
fix missing vars error
2020-10-10 14:03:07 +02:00

12 lines
417 B
Django/Jinja

#jinja2:lstrip_blocks: True
{{ ansible_managed | comment }}
GITHUB_COM_TOKEN="{{ renovatebot_github_token }}"
RENOVATE_AUTODISCOVER="{{ renovatebot_autodiscover | bool | lower }}"
RENOVATE_ENDPOINT="{{ renovatebot_endpoint }}"
RENOVATE_GIT_AUTHOR="{{ renovatebot_git_author }}"
RENOVATE_PLATFORM="{{ renovatebot_platform }}"
{% if renovatebot_token is defined %}
RENOVATE_TOKEN="{{ renovatebot_token }}"
{% endif %}