feat: add renovate
This commit is contained in:
parent
05e8111876
commit
3b9589f0f3
2 changed files with 29 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
platform: linux/amd64
|
||||
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
- manual
|
||||
- tag
|
||||
branch:
|
||||
exclude:
|
||||
- pages
|
||||
|
|
24
.woodpecker/renovate.yml
Normal file
24
.woodpecker/renovate.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
platform: linux/amd64
|
||||
|
||||
when:
|
||||
event:
|
||||
- cron
|
||||
- manual
|
||||
repo: forgejo-contrib/forgejo-helm
|
||||
|
||||
pipeline:
|
||||
deps:
|
||||
image: ghcr.visualon.de/visualon/renovate:34.82.0
|
||||
pull: true
|
||||
commands:
|
||||
- renovate $${CI_REPO}
|
||||
environment:
|
||||
RENOVATE_PLATFORM: gitea
|
||||
RENOVATE_ENDPOINT: https://codeberg.org
|
||||
RENOVATE_SEMANTIC_COMMITS: enabled
|
||||
LOG_LEVEL: debug
|
||||
secrets:
|
||||
- source: token
|
||||
target: renovate_token
|
||||
- source: gh_token
|
||||
target: github_com_token
|
Loading…
Reference in a new issue