feat(renovate) expand configuration
This commit is contained in:
parent
1ca49d2f67
commit
d4cd4a850f
1 changed files with 15 additions and 2 deletions
|
@ -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": []
|
||||
}
|
Loading…
Reference in a new issue