config/.woodpecker/renovate.yml
renovate-bot 787684def5
All checks were successful
ci/woodpecker/push/lint/1 Pipeline was successful
ci/woodpecker/push/lint/2 Pipeline was successful
ci/woodpecker/push/lint/3 Pipeline was successful
ci/woodpecker/push/renovate Pipeline was successful
chore(deps): update renovate/renovate docker tag to v39
2024-11-05 18:36:32 +00:00

33 lines
588 B
YAML

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
when:
- event: push
renovate:
image: renovate/renovate:39
secrets: [renovate_token, github_com_token]
pull: true
environment:
RENOVATE_CONFIG_FILE: config.js
LOG_LEVEL: info
when:
- event: cron
cron: renovate
- event: manual