diff --git a/defaults/main.yml b/defaults/main.yml index e6f1bf0..73abb2f 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -41,3 +41,4 @@ renovatebot_onboarding_config: # password: "secure" # @end renovatebot_host_rules: [] +renovate_binary_source: global diff --git a/templates/etc/sysconfig/renovate.j2 b/templates/etc/sysconfig/renovate.j2 index 492f309..ce4198d 100644 --- a/templates/etc/sysconfig/renovate.j2 +++ b/templates/etc/sysconfig/renovate.j2 @@ -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 }}