Robert Kaussow
b07226127c
All checks were successful
continuous-integration/drone/push Build is passing
12 lines
412 B
Django/Jinja
12 lines
412 B
Django/Jinja
#jinja2:lstrip_blocks: True
|
|
{{ ansible_managed | comment }}
|
|
|
|
{% if renovatebot_github_token is defined %}
|
|
GITHUB_COM_TOKEN={{ renovatebot_github_token }}
|
|
{% endif %}
|
|
RENOVATE_AUTODISCOVER={{ renovatebot_autodiscover | bool | lower }}
|
|
RENOVATE_ENDPOINT={{ renovatebot_endpoint }}
|
|
RENOVATE_GIT_AUTHOR={{ renovatebot_git_author }}
|
|
RENOVATE_PLATFORM={{ renovatebot_platform }}
|
|
RENOVATE_TOKEN={{ renovatebot_token }}
|