feat(renovate) expand configuration

This commit is contained in:
Tommy 2023-12-23 11:26:09 +01:00
parent 1ca49d2f67
commit d4cd4a850f
No known key found for this signature in database

View file

@ -1,3 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>tommy-skaug/k8s-gitops//.github",
"local>tommy-skaug/k8s-gitops//.github//merge-queue.json"
],
"assignees": ["tommy-skaug"],
"hostRules": [
{
"matchHost": "api.github.com",
"concurrentRequestLimit": 1
}
],
"customManagers": [],
"packageRules": []
}