Author: Robert Kaussow <mail@geeklabor.de>
Date:   Sat Oct 17 11:44:18 2020 +0200

    add onboarding config
This commit is contained in:
Robert Kaussow 2020-10-17 09:50:15 +00:00
parent 5decf115b6
commit 906bc900aa
1 changed files with 13 additions and 5 deletions

View File

@ -8,7 +8,6 @@ type: docs
Setup docker-renovate garbage collector. Keep docker hosts small.
* [Default Variables](#default-variables)
* [](#)
* [renovatebot_autodiscover](#renovatebot_autodiscover)
* [renovatebot_autodiscover_filter](#renovatebot_autodiscover_filter)
* [renovatebot_endpoint](#renovatebot_endpoint)
@ -16,6 +15,7 @@ Setup docker-renovate garbage collector. Keep docker hosts small.
* [renovatebot_github_token](#renovatebot_github_token)
* [renovatebot_image](#renovatebot_image)
* [renovatebot_interval](#renovatebot_interval)
* [renovatebot_onboarding_config](#renovatebot_onboarding_config)
* [renovatebot_platform](#renovatebot_platform)
* [renovatebot_repositories](#renovatebot_repositories)
* [renovatebot_service_stopped](#renovatebot_service_stopped)
@ -26,10 +26,6 @@ Setup docker-renovate garbage collector. Keep docker hosts small.
## 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
#### Default value
@ -72,6 +68,8 @@ renovatebot_git_author: Renovate Bot <bot@renovateapp.com>
### 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
```YAML
@ -98,6 +96,16 @@ Interval for the systemd timer.
renovatebot_interval: daily
```
### renovatebot_onboarding_config
#### Default value
```YAML
renovatebot_onboarding_config:
extends:
- config:base
```
### renovatebot_platform
#### Default value