charts/renovate.json

16 lines
378 B
JSON
Raw Normal View History

2023-12-20 01:03:09 +00:00
{
2023-12-23 10:26:09 +00:00
"$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": []
}