charts/renovate.json
2023-12-23 11:26:09 +01:00

16 lines
No EOL
378 B
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": []
}