This commit is contained in:
commit
01e7d8b6d3
17
.woodpecker/dryRun.yml
Normal file
17
.woodpecker/dryRun.yml
Normal 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
16
.woodpecker/renovate.yml
Normal 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
7
config.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
platform: gitea
|
||||
endpoint: https://git.bluemedia.dev
|
||||
|
||||
autodiscover: true
|
||||
autodiscoverTopics: ["using-renovate"]
|
||||
|
||||
gitAuthor: Renovate Bot <renovate@noreply.bluemedia.dev>
|
Loading…
Reference in a new issue