config/.woodpecker/renovate.yml

41 lines
830 B
YAML
Raw Normal View History

2024-02-14 14:08:26 +01:00
when:
event:
- cron
- push
- manual
depends_on:
- lint
steps:
renovate-dry:
image: renovate/renovate:40
2025-02-23 17:46:26 +01:00
#secrets: [renovate_token, github_com_token]
2024-02-14 14:08:26 +01:00
pull: true
environment:
RENOVATE_CONFIG_FILE: config.js
LOG_LEVEL: debug
RENOVATE_DRY_RUN: full
2025-02-23 17:49:21 +01:00
RENOVATE_TOKEN:
2025-02-23 17:48:34 +01:00
from_secret: renovate_token
GITHUB_COM_TOKEN:
from secret: github_com_token
2024-02-14 14:08:26 +01:00
when:
- event: push
renovate:
image: renovate/renovate:40
2025-02-23 17:46:26 +01:00
#secrets: [renovate_token, github_com_token]
2024-02-14 14:08:26 +01:00
pull: true
environment:
RENOVATE_CONFIG_FILE: config.js
LOG_LEVEL: info
2025-02-23 17:49:21 +01:00
RENOVATE_TOKEN:
2025-02-23 17:48:34 +01:00
from_secret: renovate_token
GITHUB_COM_TOKEN:
from secret: github_com_token
2024-02-14 14:08:26 +01:00
when:
- event: cron
cron: renovate
- event: manual