chore(renovete): add commands specifying config repo
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/renovate Pipeline failed

This commit is contained in:
pips 2025-08-23 14:37:14 +02:00
parent 8144cef203
commit 52b53dc0fb

View file

@ -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