Update renovate.json (#442)
This commit is contained in:
parent
b7968fc3c9
commit
568c5f583a
|
@ -10,9 +10,14 @@
|
||||||
"enabledManagers": ["docker-compose", "dockerfile"],
|
"enabledManagers": ["docker-compose", "dockerfile"],
|
||||||
"hostRules": [
|
"hostRules": [
|
||||||
{
|
{
|
||||||
|
"matchHost": "index.docker.io",
|
||||||
"hostType": "docker",
|
"hostType": "docker",
|
||||||
"username": "{{ env.DOCKERHUB_USERNAME }}",
|
"username": "{{ env.DOCKERHUB_USERNAME }}",
|
||||||
"password": "{{ env.DOCKERHUB_TOKEN }}"
|
"password": "{{ env.DOCKERHUB_TOKEN }}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchHost": "docker.io",
|
||||||
|
"concurrentRequestLimit": 2
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user