Update renovate.json (#442)

This commit is contained in:
DrMxrcy 2023-05-02 18:37:54 -04:00 committed by GitHub
parent b7968fc3c9
commit 568c5f583a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": [