This commit is contained in:
parent
62e7a952c1
commit
92d5c9d8ed
@ -15,4 +15,5 @@ renovatebot_autodiscover: False
|
|||||||
renovatebot_endpoint: "https://github.company.com/api/v3"
|
renovatebot_endpoint: "https://github.company.com/api/v3"
|
||||||
renovatebot_git_author: "Renovate Bot <bot@renovateapp.com>"
|
renovatebot_git_author: "Renovate Bot <bot@renovateapp.com>"
|
||||||
renovatebot_platform: github
|
renovatebot_platform: github
|
||||||
renovatebot_token:
|
# @var renovatebot_token:description: Personal access token for your bot account.
|
||||||
|
# renovatebot_token: $ "_unset_"
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
#jinja2:lstrip_blocks: True
|
#jinja2:lstrip_blocks: True
|
||||||
{{ ansible_managed | comment }}
|
{{ ansible_managed | comment }}
|
||||||
|
|
||||||
|
{% if renovatebot_github_token is defined %}
|
||||||
GITHUB_COM_TOKEN="{{ renovatebot_github_token }}"
|
GITHUB_COM_TOKEN="{{ renovatebot_github_token }}"
|
||||||
|
{% endif %}
|
||||||
RENOVATE_AUTODISCOVER="{{ renovatebot_autodiscover | bool | lower }}"
|
RENOVATE_AUTODISCOVER="{{ renovatebot_autodiscover | bool | lower }}"
|
||||||
RENOVATE_ENDPOINT="{{ renovatebot_endpoint }}"
|
RENOVATE_ENDPOINT="{{ renovatebot_endpoint }}"
|
||||||
RENOVATE_GIT_AUTHOR="{{ renovatebot_git_author }}"
|
RENOVATE_GIT_AUTHOR="{{ renovatebot_git_author }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user