when:
event:
- cron
- push
- manual
depends_on:
- lint
steps:
renovate-dry:
image: renovate/renovate:39
secrets: [renovate_token, github_com_token]
pull: true
environment:
RENOVATE_CONFIG_FILE: config.js
LOG_LEVEL: debug
RENOVATE_DRY_RUN: full
- event: push
renovate:
LOG_LEVEL: info
- event: cron
cron: renovate
- event: manual