feat: add option renovate_binary_source
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2022-01-07 13:49:12 +01:00
parent 3ecc03c724
commit 8fc39951b6
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 2 additions and 0 deletions

View File

@ -41,3 +41,4 @@ renovatebot_onboarding_config:
# password: "secure"
# @end
renovatebot_host_rules: []
renovate_binary_source: global

View File

@ -20,3 +20,4 @@ RENOVATE_REPOSITORIES={{ renovatebot_repositories | join(",") }}
{% endif %}
RENOVATE_ONBOARDING_CONFIG={{ renovatebot_onboarding_config | to_json }}
RENOVATE_HOST_RULES={{ renovatebot_host_rules | to_json }}
RENOVATE_BINARY_SOURCE={{ renovate_binary_source }}