Files
beau-gosse-du-92/.woodpecker/.dependencies.yaml
Adrien a4eae624d3
Some checks failed
ci/woodpecker/push/dockerize Pipeline failed
ci/woodpecker/push/deploy unknown status
ci/woodpecker/cron/dependencies Pipeline was successful
👷 Retry to fix renovate git auth issue by setting RENOVATE_GIT_AUTHOR
2025-04-21 15:10:57 +02:00

20 lines
434 B
YAML

steps:
- name: renovate
image: renovate/renovate
pull: true
settings:
commands:
- renovate $${CI_REPO}
environment:
RENOVATE_PLATFORM: gitea
RENOVATE_ENDPOINT: https://git.adrien.run
RENOVATE_GIT_AUTHOR: renovate-bot <renovate-bot@adrien.run>
RENOVATE_TOKEN:
from_secret: renovate-bot-mr-token
LOG_LEVEL: debug
when:
- event: cron
cron: renovate
- event: manual