charts/renovate.json

14 lines
269 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",
2023-12-24 06:36:52 +00:00
"extends": [],
2023-12-23 10:26:09 +00:00
"assignees": ["tommy-skaug"],
"hostRules": [
{
"matchHost": "api.github.com",
"concurrentRequestLimit": 1
}
],
"customManagers": [],
"packageRules": []
2023-12-24 06:36:52 +00:00
}