Remove woodpecker ci workflow
renovate / renovate (push) Has been cancelled
Details
renovate / renovate (push) Has been cancelled
Details
This commit is contained in:
parent
66754b2b9e
commit
4d7928ac54
|
@ -1,25 +0,0 @@
|
||||||
variables:
|
|
||||||
- &reno_image 'renovate/renovate:37.146.0'
|
|
||||||
|
|
||||||
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
|
|
||||||
secrets:
|
|
||||||
- renovate_token # exposed as RENOVATE_TOKEN
|
|
||||||
- github_com_token # GITHUB_COM_TOKEN
|
|
Loading…
Reference in New Issue