--- # @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 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 " renovatebot_platform: github # @var renovatebot_token:description: Personal access token for your bot account. # renovatebot_token: $ "_unset_" renovatebot_onboarding_config: extends: - "config:base"