Robert Kaussow
3fe066722a
All checks were successful
continuous-integration/drone/push Build is passing
34 lines
1.3 KiB
YAML
34 lines
1.3 KiB
YAML
---
|
|
renovatebot_version: slim
|
|
# @var renovatebot_image:description: Docker image to use.
|
|
renovatebot_image: "renovate/renovate:{{ renovatebot_version }}"
|
|
renovatebot_service_stopped: False
|
|
|
|
# @var renovatebot_interval:description: Interval for the systemd timer.
|
|
renovatebot_interval: daily
|
|
|
|
# @var renovatebot_github_token:description: >
|
|
# 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.
|
|
# @end
|
|
# @var renovatebot_github_token: $ "_unset_"
|
|
renovatebot_autodiscover: False
|
|
# @var renovatebot_autodiscover_filter:description: >
|
|
# A [minimatch](https://www.npmjs.com/package/minimatch) glob-style pattern for filtering
|
|
# autodiscovered repositories. The sessing only works if `renovatebot_autodiscover` is enabled.
|
|
# @end
|
|
# @var renovatebot_autodiscover_filter:example: $ "project/*"
|
|
# @var renovatebot_autodiscover_filter: $ "_unset_"
|
|
renovatebot_repositories: []
|
|
|
|
renovatebot_endpoint: "https://github.company.com/api/v3"
|
|
renovatebot_git_author: "Renovate Bot <bot@renovateapp.com>"
|
|
renovatebot_platform: github
|
|
# @var renovatebot_token:description: Personal access token for your bot account.
|
|
# renovatebot_token: $ "_unset_"
|
|
|
|
renovatebot_onboarding_config:
|
|
extends:
|
|
- "config:base"
|