feat: add option renovate_binary_source
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3ecc03c724
commit
8fc39951b6
@ -41,3 +41,4 @@ renovatebot_onboarding_config:
|
|||||||
# password: "secure"
|
# password: "secure"
|
||||||
# @end
|
# @end
|
||||||
renovatebot_host_rules: []
|
renovatebot_host_rules: []
|
||||||
|
renovate_binary_source: global
|
||||||
|
@ -20,3 +20,4 @@ RENOVATE_REPOSITORIES={{ renovatebot_repositories | join(",") }}
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
RENOVATE_ONBOARDING_CONFIG={{ renovatebot_onboarding_config | to_json }}
|
RENOVATE_ONBOARDING_CONFIG={{ renovatebot_onboarding_config | to_json }}
|
||||||
RENOVATE_HOST_RULES={{ renovatebot_host_rules | to_json }}
|
RENOVATE_HOST_RULES={{ renovatebot_host_rules | to_json }}
|
||||||
|
RENOVATE_BINARY_SOURCE={{ renovate_binary_source }}
|
||||||
|
Loading…
Reference in New Issue
Block a user