Initial commit
All checks were successful
ci/woodpecker/manual/renovate Pipeline was successful

This commit is contained in:
Oliver Traber 2024-02-18 01:41:59 +01:00
commit 01e7d8b6d3
Signed by: Bluemedia
GPG key ID: C0674B105057136C
3 changed files with 40 additions and 0 deletions

17
.woodpecker/dryRun.yml Normal file
View file

@ -0,0 +1,17 @@
platform: linux/amd64
when:
event:
- push
steps:
renovateDryRun:
image: renovate/renovate
pull: true
secrets: [ renovate_token ]
commands:
- renovate
environment:
RENOVATE_CONFIG_FILE: config.yml
RENOVATE_DRY_RUN: full
LOG_LEVEL: debug

16
.woodpecker/renovate.yml Normal file
View file

@ -0,0 +1,16 @@
platform: linux/amd64
when:
event:
- cron
- manual
steps:
renovate:
image: renovate/renovate
pull: true
secrets: [ renovate_token ]
commands:
- renovate
environment:
RENOVATE_CONFIG_FILE: config.yml

7
config.yml Normal file
View file

@ -0,0 +1,7 @@
platform: gitea
endpoint: https://git.bluemedia.dev
autodiscover: true
autodiscoverTopics: ["using-renovate"]
gitAuthor: Renovate Bot <renovate@noreply.bluemedia.dev>