From 52b53dc0fbb93c2713ae248c5666432778b183f4 Mon Sep 17 00:00:00 2001 From: pips Date: Sat, 23 Aug 2025 14:37:14 +0200 Subject: [PATCH] chore(renovete): add commands specifying config repo --- .woodpecker/renovate.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.woodpecker/renovate.yaml b/.woodpecker/renovate.yaml index 615b8b0..f225a35 100644 --- a/.woodpecker/renovate.yaml +++ b/.woodpecker/renovate.yaml @@ -11,6 +11,8 @@ steps: renovate-dry: image: renovate/renovate:41 pull: true + commands: + - renovate $${CI_REPO} environment: RENOVATE_TOKEN: from_secret: renovate_token @@ -25,6 +27,8 @@ steps: renovate: image: renovate/renovate:41 pull: true + commands: + - renovate $${CI_REPO} environment: RENOVATE_TOKEN: from_secret: renovate_token