xoxys.renovate_bot/defaults/main.yml

21 lines
846 B
YAML

---
# @var renovatebot_image:description: Docker image to use.
renovatebot_image: renovate/renovate:latest
renovatebot_service_stopped: False
# @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_"