You've already forked ansible-role-renovate
This commit is contained in:
10
templates/srv/docker/renovate/config.json.j2
Normal file
10
templates/srv/docker/renovate/config.json.j2
Normal file
@ -0,0 +1,10 @@
|
||||
#jinja2: lstrip_blocks: "True", trim_blocks: "True"
|
||||
{
|
||||
{% for key, value in renovate_config.items() %}
|
||||
{% if value | bool %}
|
||||
"{{ key }}": {{ value | lower }},
|
||||
{% else %}
|
||||
"{{ key }}": "{{ value }}",
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
}
|
Reference in New Issue
Block a user