commit 7620435ad3
Author: Robert Kaussow <mail@geeklabor.de> Date: Sun Oct 11 22:16:17 2020 +0200 add options to mamage repos
This commit is contained in:
parent
f1592c5c3b
commit
5decf115b6
26
index.md
26
index.md
@ -10,12 +10,14 @@ Setup docker-renovate garbage collector. Keep docker hosts small.
|
|||||||
* [Default Variables](#default-variables)
|
* [Default Variables](#default-variables)
|
||||||
* [](#)
|
* [](#)
|
||||||
* [renovatebot_autodiscover](#renovatebot_autodiscover)
|
* [renovatebot_autodiscover](#renovatebot_autodiscover)
|
||||||
|
* [renovatebot_autodiscover_filter](#renovatebot_autodiscover_filter)
|
||||||
* [renovatebot_endpoint](#renovatebot_endpoint)
|
* [renovatebot_endpoint](#renovatebot_endpoint)
|
||||||
* [renovatebot_git_author](#renovatebot_git_author)
|
* [renovatebot_git_author](#renovatebot_git_author)
|
||||||
* [renovatebot_github_token](#renovatebot_github_token)
|
* [renovatebot_github_token](#renovatebot_github_token)
|
||||||
* [renovatebot_image](#renovatebot_image)
|
* [renovatebot_image](#renovatebot_image)
|
||||||
* [renovatebot_interval](#renovatebot_interval)
|
* [renovatebot_interval](#renovatebot_interval)
|
||||||
* [renovatebot_platform](#renovatebot_platform)
|
* [renovatebot_platform](#renovatebot_platform)
|
||||||
|
* [renovatebot_repositories](#renovatebot_repositories)
|
||||||
* [renovatebot_service_stopped](#renovatebot_service_stopped)
|
* [renovatebot_service_stopped](#renovatebot_service_stopped)
|
||||||
* [renovatebot_token](#renovatebot_token)
|
* [renovatebot_token](#renovatebot_token)
|
||||||
* [Dependencies](#dependencies)
|
* [Dependencies](#dependencies)
|
||||||
@ -36,6 +38,22 @@ If you are running on any platform except github.com, it's important to also con
|
|||||||
renovatebot_autodiscover: false
|
renovatebot_autodiscover: false
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### renovatebot_autodiscover_filter
|
||||||
|
|
||||||
|
A [minimatch](https://www.npmjs.com/package/minimatch) glob-style pattern for filtering autodiscovered repositories. The sessing only works if `renovatebot_autodiscover` is enabled.
|
||||||
|
|
||||||
|
#### Default value
|
||||||
|
|
||||||
|
```YAML
|
||||||
|
renovatebot_autodiscover_filter: _unset_
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Example usage
|
||||||
|
|
||||||
|
```YAML
|
||||||
|
renovatebot_autodiscover_filter: project/*
|
||||||
|
```
|
||||||
|
|
||||||
### renovatebot_endpoint
|
### renovatebot_endpoint
|
||||||
|
|
||||||
#### Default value
|
#### Default value
|
||||||
@ -88,6 +106,14 @@ renovatebot_interval: daily
|
|||||||
renovatebot_platform: github
|
renovatebot_platform: github
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### renovatebot_repositories
|
||||||
|
|
||||||
|
#### Default value
|
||||||
|
|
||||||
|
```YAML
|
||||||
|
renovatebot_repositories: []
|
||||||
|
```
|
||||||
|
|
||||||
### renovatebot_service_stopped
|
### renovatebot_service_stopped
|
||||||
|
|
||||||
#### Default value
|
#### Default value
|
||||||
|
Loading…
Reference in New Issue
Block a user