Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Sat Jul 31 23:30:34 2021 +0200

    feat: add new option renovatebot_host_rules
This commit is contained in:
Robert Kaussow 2021-07-31 21:37:10 +00:00
parent c22b08bf24
commit ad889c0768
1 changed files with 21 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Setup docker-renovate garbage collector. Keep docker hosts small.
* [renovatebot_endpoint](#renovatebot_endpoint)
* [renovatebot_git_author](#renovatebot_git_author)
* [renovatebot_github_token](#renovatebot_github_token)
* [renovatebot_host_rules](#renovatebot_host_rules)
* [renovatebot_image](#renovatebot_image)
* [renovatebot_interval](#renovatebot_interval)
* [renovatebot_onboarding_config](#renovatebot_onboarding_config)
@ -77,6 +78,26 @@ If you are running on any platform except github.com, it's important to also con
renovatebot_github_token: _unset_
```
### renovatebot_host_rules
List of host rules to propagate to renovate.
#### Default value
```YAML
renovatebot_host_rules: []
```
#### Example usage
```YAML
renovatebot_host_rules:
- hostType: "docker"
hostName: "your.host.io"
username: "demo"
password: "secure"
```
### renovatebot_image
Docker image to use.