renovate_bot
Setup docker-renovate garbage collector. Keep docker hosts small.
- Default Variables
- renovate_binary_source
- renovatebot_autodiscover
- renovatebot_autodiscover_filter
- renovatebot_endpoint
- renovatebot_git_author
- renovatebot_github_token
- renovatebot_host_rules
- renovatebot_image
- renovatebot_interval
- renovatebot_onboarding_config
- renovatebot_platform
- renovatebot_repositories
- renovatebot_service_stopped
- renovatebot_token
- renovatebot_version
- Dependencies
renovate_binary_source: global
renovatebot_autodiscover: false
A minimatch glob-style pattern for filtering autodiscovered repositories. The sessing only works if renovatebot_autodiscover
is enabled.
renovatebot_autodiscover_filter: _unset_
renovatebot_autodiscover_filter: project/*
renovatebot_endpoint: https://github.company.com/api/v3
renovatebot_git_author: Renovate Bot <bot@renovateapp.com>
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_github_token: _unset_
List of host rules to propagate to renovate.
renovatebot_host_rules: []
renovatebot_host_rules:
- hostType: "docker"
hostName: "your.host.io"
username: "demo"
password: "secure"
Docker image to use.
renovatebot_image: renovate/renovate:{{ renovatebot_version }}
Interval for the systemd timer.
renovatebot_interval: daily
renovatebot_onboarding_config:
extends:
- config:base
renovatebot_platform: github
renovatebot_repositories: []
renovatebot_service_stopped: false
Personal access token for your bot account.
renovatebot_version: slim
None.