commit 20cff9d0f4
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:
parent
c22b08bf24
commit
ad889c0768
21
index.md
21
index.md
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user