From 01e7d8b6d33f0cb72ccf1c332ce6a409d6398df0 Mon Sep 17 00:00:00 2001 From: BluemediaGER Date: Sun, 18 Feb 2024 01:41:59 +0100 Subject: [PATCH] Initial commit --- .woodpecker/dryRun.yml | 17 +++++++++++++++++ .woodpecker/renovate.yml | 16 ++++++++++++++++ config.yml | 7 +++++++ 3 files changed, 40 insertions(+) create mode 100644 .woodpecker/dryRun.yml create mode 100644 .woodpecker/renovate.yml create mode 100644 config.yml 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