generated from Templates/Baseline
33 lines
588 B
YAML
33 lines
588 B
YAML
|
when:
|
||
|
event:
|
||
|
- cron
|
||
|
- push
|
||
|
- manual
|
||
|
|
||
|
depends_on:
|
||
|
- lint
|
||
|
|
||
|
steps:
|
||
|
renovate-dry:
|
||
|
image: renovate/renovate:37
|
||
|
secrets: [renovate_token, github_com_token]
|
||
|
pull: true
|
||
|
environment:
|
||
|
RENOVATE_CONFIG_FILE: config.js
|
||
|
LOG_LEVEL: debug
|
||
|
RENOVATE_DRY_RUN: full
|
||
|
when:
|
||
|
- event: push
|
||
|
|
||
|
renovate:
|
||
|
image: renovate/renovate:37
|
||
|
secrets: [renovate_token, github_com_token]
|
||
|
pull: true
|
||
|
environment:
|
||
|
RENOVATE_CONFIG_FILE: config.js
|
||
|
LOG_LEVEL: info
|
||
|
when:
|
||
|
- event: cron
|
||
|
cron: renovate
|
||
|
- event: manual
|