36 lines
879 B
JSON
36 lines
879 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"kubernetes": {
|
|
"fileMatch": ["infra/.+\\.yaml$", "apps/.+\\.yaml$"]
|
|
},
|
|
"flux": {
|
|
"fileMatch": [
|
|
"infra/.+\\.yaml$",
|
|
"apps/.+\\.yaml$",
|
|
"gotk-components\\.ya?ml$"
|
|
]
|
|
},
|
|
"prHourlyLimit": 9,
|
|
"packageRules": [
|
|
{
|
|
"matchDatasources": ["docker"],
|
|
"matchPackageNames": ["ghcr.io/mostlygeek/llama-swap"],
|
|
"versioning": "regex:^v(?<major>[0-9]+)-vulkan-b(?<patch>[0-9]+)$"
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["patch"],
|
|
"automerge": true,
|
|
"automergeType": "pr",
|
|
"platformAutomerge": true
|
|
},
|
|
{
|
|
"matchDatasources": ["docker"],
|
|
"matchPackageNames": ["ghcr.io/mostlygeek/llama-swap"],
|
|
"matchUpdateTypes": ["minor"],
|
|
"automerge": true,
|
|
"automergeType": "pr",
|
|
"platformAutomerge": true
|
|
}
|
|
]
|
|
}
|