Update renovate.json (#452)
* Update renovate.json * Update renovate.json
This commit is contained in:
parent
3721589ee1
commit
e86efd1d6f
|
@ -12,8 +12,8 @@
|
||||||
{
|
{
|
||||||
"matchHost": "index.docker.io",
|
"matchHost": "index.docker.io",
|
||||||
"hostType": "docker",
|
"hostType": "docker",
|
||||||
"username": "{{ env.DOCKERHUB_USERNAME }}",
|
"username": "process.env.DOCKERHUB_USERNAME",
|
||||||
"password": "{{ env.DOCKERHUB_TOKEN }}"
|
"password": "process.env.DOCKERHUB_TOKEN"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchHost": "docker.io",
|
"matchHost": "docker.io",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user