👷 First try adding renovate to the CI
This commit is contained in:
19
.woodpecker/.dependencies.yaml
Normal file
19
.woodpecker/.dependencies.yaml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
steps:
|
||||||
|
- name: renovate
|
||||||
|
image: renovate/renovate
|
||||||
|
pull: true
|
||||||
|
settings:
|
||||||
|
renovate_token:
|
||||||
|
from_secret: renovate-bot-mr-token
|
||||||
|
commands:
|
||||||
|
- renovate $${CI_REPO}
|
||||||
|
environment:
|
||||||
|
RENOVATE_PLATFORM: gitea
|
||||||
|
RENOVATE_ENDPOINT: https://codeberg.org
|
||||||
|
LOG_LEVEL: debug
|
||||||
|
RENOVATE_DRY_RUN: full
|
||||||
|
|
||||||
|
when:
|
||||||
|
- event: cron
|
||||||
|
cron: renovate
|
||||||
|
- event: manual
|
Reference in New Issue
Block a user