generated from Templates/Baseline
All checks were successful
ci/woodpecker/push/lint/3 Pipeline was successful
ci/woodpecker/push/lint/1 Pipeline was successful
ci/woodpecker/push/lint/2 Pipeline was successful
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/cron/lint/2 Pipeline was successful
ci/woodpecker/cron/lint/1 Pipeline was successful
ci/woodpecker/cron/lint/3 Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
41 lines
830 B
YAML
41 lines
830 B
YAML
when:
|
|
event:
|
|
- cron
|
|
- push
|
|
- manual
|
|
|
|
depends_on:
|
|
- lint
|
|
|
|
steps:
|
|
renovate-dry:
|
|
image: renovate/renovate:40
|
|
#secrets: [renovate_token, github_com_token]
|
|
pull: true
|
|
environment:
|
|
RENOVATE_CONFIG_FILE: config.js
|
|
LOG_LEVEL: debug
|
|
RENOVATE_DRY_RUN: full
|
|
RENOVATE_TOKEN:
|
|
from_secret: renovate_token
|
|
GITHUB_COM_TOKEN:
|
|
from secret: github_com_token
|
|
when:
|
|
- event: push
|
|
|
|
renovate:
|
|
image: renovate/renovate:40
|
|
#secrets: [renovate_token, github_com_token]
|
|
pull: true
|
|
environment:
|
|
RENOVATE_CONFIG_FILE: config.js
|
|
LOG_LEVEL: info
|
|
RENOVATE_TOKEN:
|
|
from_secret: renovate_token
|
|
GITHUB_COM_TOKEN:
|
|
from secret: github_com_token
|
|
when:
|
|
- event: cron
|
|
cron: renovate
|
|
- event: manual
|