From 482b5c03ea81e433c818e48a10d9a1660b6762aa Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Fri, 4 Apr 2025 14:17:29 +0000 Subject: [PATCH] =?UTF-8?q?.woodpecker.yml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..0713f33 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,13 @@ +when: + event: + - cron + - push + +steps: + - name: renovate-run + image: ghcr.io/renovatebot/renovate:latest + commands: + - renovate + environment: + RENOVATE_TOKEN: ${RENOVATE_TOKEN} + LOG_LEVEL: info \ No newline at end of file