renovate-config/.woodpecker/.renovate.yml

25 lines
720 B
YAML
Raw Normal View History

variables:
- &reno_image 'renovate/renovate:37.191.2'
when:
event: [push, manual, cron]
cron: "4hours"
branch: main
steps:
- name: Renovate - Validate config
image: *reno_image
# https://github.com/renovatebot/renovate/discussions/15049
commands:
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
- renovate-config-validator
- name: Renovate
image: *reno_image
# https://github.com/renovatebot/renovate/discussions/15049
commands:
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
- renovate
2024-01-22 18:44:31 -05:00
secrets:
2024-01-22 19:39:44 -05:00
- renovate_token # exposed as RENOVATE_TOKEN
- github_com_token # GITHUB_COM_TOKEN