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

This commit is contained in:
Robert Kaussow 2021-07-31 23:30:34 +02:00
parent 69341a935b
commit 20cff9d0f4
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 11 additions and 0 deletions

View File

@ -31,3 +31,13 @@ renovatebot_platform: github
renovatebot_onboarding_config:
extends:
- "config:base"
# @var renovatebot_host_rules:description: List of host rules to propagate to renovate.
# @var renovatebot_host_rules:example: >
# renovatebot_host_rules:
# - hostType: "docker"
# hostName: "your.host.io"
# username: "demo"
# password: "secure"
# @end
renovatebot_host_rules: []

View File

@ -19,3 +19,4 @@ RENOVATE_AUTODISCOVER_FILTER={{ renovatebot_autodiscover_filter }}
RENOVATE_REPOSITORIES={{ renovatebot_repositories | join(",") }}
{% endif %}
RENOVATE_ONBOARDING_CONFIG={{ renovatebot_onboarding_config | to_json }}
RENOVATE_HOST_RULES={{ renovatebot_host_rules | to_json }}