diff --git a/index.md b/index.md index 0ec7e60..56570bd 100644 --- a/index.md +++ b/index.md @@ -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 ### 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