feat: add renovate

This commit is contained in:
Michael Kriese 2023-01-04 08:16:18 +01:00
parent 05e8111876
commit 3b9589f0f3
No known key found for this signature in database
GPG key ID: B83F553A0724D44E
2 changed files with 29 additions and 0 deletions

View file

@ -1,6 +1,11 @@
platform: linux/amd64
when:
event:
- push
- pull_request
- manual
- tag
branch:
exclude:
- pages

24
.woodpecker/renovate.yml Normal file
View 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