From 7350571f83f7f2163aa2cec406cb67faf3207af7 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Mon, 13 Jul 2026 22:28:56 +0100 Subject: [PATCH] Add .woodpecker.yml --- .woodpecker.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..e22279c --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,19 @@ +when: + - event: push + branch: main + - event: manual + branch: main + - event: cron + +steps: + renovate: + image: ghcr.io/renovatebot/renovate:latest + environment: + LOG_LEVEL: debug + RENOVATE_CONFIG_FILE: config.js + RENOVATE_TOKEN: + from_secret: RENOVATE_TOKEN + GITHUB_COM_TOKEN: + from_secret: RENOVATE_GITHUB_TOKEN + commands: + - renovate \ No newline at end of file