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",
|
||||
"hostType": "docker",
|
||||
"username": "{{ env.DOCKERHUB_USERNAME }}",
|
||||
"password": "{{ env.DOCKERHUB_TOKEN }}"
|
||||
"username": "process.env.DOCKERHUB_USERNAME",
|
||||
"password": "process.env.DOCKERHUB_TOKEN"
|
||||
},
|
||||
{
|
||||
"matchHost": "docker.io",
|
||||
|
|
Loading…
Reference in New Issue
Block a user