chore(renovete): add commands specifying config repo
This commit is contained in:
parent
8144cef203
commit
52b53dc0fb
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue