fix: Remove rate limit with authentication in renovate.json (#438)

This commit is contained in:
DrMxrcy 2023-05-02 16:39:00 -04:00 committed by GitHub
parent ea18be3475
commit ac265f7885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,6 @@
"hostType": "docker",
"username": "{{ env.DOCKERHUB_USERNAME }}",
"password": "{{ env.DOCKERHUB_TOKEN }}"
},
{
"matchHost": "docker.io",
"concurrentRequestLimit": 2
}
],
"packageRules": [