commit 01e7d8b6d33f0cb72ccf1c332ce6a409d6398df0 Author: BluemediaGER Date: Sun Feb 18 01:41:59 2024 +0100 Initial commit diff --git a/.woodpecker/dryRun.yml b/.woodpecker/dryRun.yml new file mode 100644 index 0000000..642dc08 --- /dev/null +++ b/.woodpecker/dryRun.yml @@ -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 diff --git a/.woodpecker/renovate.yml b/.woodpecker/renovate.yml new file mode 100644 index 0000000..d2583c7 --- /dev/null +++ b/.woodpecker/renovate.yml @@ -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 \ No newline at end of file diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..c264b65 --- /dev/null +++ b/config.yml @@ -0,0 +1,7 @@ +platform: gitea +endpoint: https://git.bluemedia.dev + +autodiscover: true +autodiscoverTopics: ["using-renovate"] + +gitAuthor: Renovate Bot \ No newline at end of file