mirror-forgejo-helm/.woodpecker/renovate.yml
2023-01-04 09:20:04 +01:00

23 lines
470 B
YAML

platform: linux/amd64
when:
event:
- cron
cron: renovate
repo: forgejo-contrib/forgejo-helm
pipeline:
renovate:
image: ghcr.io/visualon/renovate:34.82.0
pull: true
commands:
- renovate $${CI_REPO}
environment:
RENOVATE_PLATFORM: gitea
RENOVATE_ENDPOINT: https://codeberg.org
LOG_LEVEL: debug
secrets:
- source: token
target: renovate_token
- source: gh_token
target: github_com_token