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:
|
renovate-dry:
|
||||||
image: renovate/renovate:41
|
image: renovate/renovate:41
|
||||||
pull: true
|
pull: true
|
||||||
|
commands:
|
||||||
|
- renovate $${CI_REPO}
|
||||||
environment:
|
environment:
|
||||||
RENOVATE_TOKEN:
|
RENOVATE_TOKEN:
|
||||||
from_secret: renovate_token
|
from_secret: renovate_token
|
||||||
|
|
@ -25,6 +27,8 @@ steps:
|
||||||
renovate:
|
renovate:
|
||||||
image: renovate/renovate:41
|
image: renovate/renovate:41
|
||||||
pull: true
|
pull: true
|
||||||
|
commands:
|
||||||
|
- renovate $${CI_REPO}
|
||||||
environment:
|
environment:
|
||||||
RENOVATE_TOKEN:
|
RENOVATE_TOKEN:
|
||||||
from_secret: renovate_token
|
from_secret: renovate_token
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue