20 lines
811 B
YAML
20 lines
811 B
YAML
---
|
|
# @var renovatebot_image:description: Docker image to use.
|
|
renovatebot_image: renovate/renovate:latest
|
|
|
|
# @var renovatebot_interval:description: Interval for the systemd timer.
|
|
renovatebot_interval: daily
|
|
|
|
# @var :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
|
|
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_"
|