An image to run renovate as an hourly cron job

configuration

required

platform type via $PLATFORM renovate cli params via $PARAMS repositories via $REPOSITORIES

optional

configuration can be passed via a docker config with docker 17.06+ (compose format 3.3+) or via an env var (snake_cased UPPERCASED with RENOVATE_ prefix, for example automergeType option becomes RENOVATE_AUTOMERGE_TYPE)

example

version: '2'
services:
  renovate:
    image: weboaks/renovate
    environment:
      # - PLATFORM="github|gitlab"
      # - PARAMS=""
      # - REPOSITORIES=""
      # - GITHUB_TOKEN=""
      # - GITLAB_TOKEN=""
      # - GITLAB_ENDPOINT=https://gitlab.mydomain/api/v3/