Galaxy
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

renovate_bot

Source Code Build Status License: MIT

Setup docker-renovate garbage collector. Keep docker hosts small.


Default Variables

renovate_binary_source

Default value

renovate_binary_source: global

renovatebot_autodiscover

Default value

renovatebot_autodiscover: false

renovatebot_autodiscover_filter

A minimatch glob-style pattern for filtering autodiscovered repositories. The sessing only works if renovatebot_autodiscover is enabled.

Default value

renovatebot_autodiscover_filter: _unset_

Example usage

renovatebot_autodiscover_filter: project/*

renovatebot_endpoint

Default value

renovatebot_endpoint: https://github.company.com/api/v3

renovatebot_git_author

Default value

renovatebot_git_author: Renovate Bot <bot@renovateapp.com>

renovatebot_github_token

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.

Default value

renovatebot_github_token: _unset_

renovatebot_host_rules

List of host rules to propagate to renovate.

Default value

renovatebot_host_rules: []

Example usage

renovatebot_host_rules:
  - hostType: "docker"
    hostName: "your.host.io"
    username: "demo"
    password: "secure"

renovatebot_image

Docker image to use.

Default value

renovatebot_image: renovate/renovate:{{ renovatebot_version }}

renovatebot_interval

Interval for the systemd timer.

Default value

renovatebot_interval: daily

renovatebot_onboarding_config

Default value

renovatebot_onboarding_config:
  extends:
    - config:base

renovatebot_platform

Default value

renovatebot_platform: github

renovatebot_repositories

Default value

renovatebot_repositories: []

renovatebot_service_stopped

Default value

renovatebot_service_stopped: false

renovatebot_token

Personal access token for your bot account.

renovatebot_version

Default value

renovatebot_version: slim

Dependencies

None.