commit b811143e9c
Author: Robert Kaussow <mail@geeklabor.de> Date: Sat Oct 17 11:44:18 2020 +0200 add onboarding config
This commit is contained in:
parent
5decf115b6
commit
906bc900aa
18
index.md
18
index.md
@ -8,7 +8,6 @@ type: docs
|
|||||||
Setup docker-renovate garbage collector. Keep docker hosts small.
|
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_autodiscover_filter](#renovatebot_autodiscover_filter)
|
||||||
* [renovatebot_endpoint](#renovatebot_endpoint)
|
* [renovatebot_endpoint](#renovatebot_endpoint)
|
||||||
@ -16,6 +15,7 @@ Setup docker-renovate garbage collector. Keep docker hosts small.
|
|||||||
* [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_onboarding_config](#renovatebot_onboarding_config)
|
||||||
* [renovatebot_platform](#renovatebot_platform)
|
* [renovatebot_platform](#renovatebot_platform)
|
||||||
* [renovatebot_repositories](#renovatebot_repositories)
|
* [renovatebot_repositories](#renovatebot_repositories)
|
||||||
* [renovatebot_service_stopped](#renovatebot_service_stopped)
|
* [renovatebot_service_stopped](#renovatebot_service_stopped)
|
||||||
@ -26,10 +26,6 @@ Setup docker-renovate garbage collector. Keep docker hosts small.
|
|||||||
|
|
||||||
## Default Variables
|
## Default Variables
|
||||||
|
|
||||||
###
|
|
||||||
|
|
||||||
If you are running on any platform except github.com, it's important to also configure a personal access token for github.com. It's used when fetching release notes for repositories in order to increase the hourly API limit.
|
|
||||||
|
|
||||||
### renovatebot_autodiscover
|
### renovatebot_autodiscover
|
||||||
|
|
||||||
#### Default value
|
#### Default value
|
||||||
@ -72,6 +68,8 @@ renovatebot_git_author: Renovate Bot <bot@renovateapp.com>
|
|||||||
|
|
||||||
### renovatebot_github_token
|
### renovatebot_github_token
|
||||||
|
|
||||||
|
If you are running on any platform except github.com, it's important to also configure a personal access token for github.com. It's used when fetching release notes for repositories in order to increase the hourly API limit.
|
||||||
|
|
||||||
#### Default value
|
#### Default value
|
||||||
|
|
||||||
```YAML
|
```YAML
|
||||||
@ -98,6 +96,16 @@ Interval for the systemd timer.
|
|||||||
renovatebot_interval: daily
|
renovatebot_interval: daily
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### renovatebot_onboarding_config
|
||||||
|
|
||||||
|
#### Default value
|
||||||
|
|
||||||
|
```YAML
|
||||||
|
renovatebot_onboarding_config:
|
||||||
|
extends:
|
||||||
|
- config:base
|
||||||
|
```
|
||||||
|
|
||||||
### renovatebot_platform
|
### renovatebot_platform
|
||||||
|
|
||||||
#### Default value
|
#### Default value
|
||||||
|
Loading…
Reference in New Issue
Block a user