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