{ "$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:^unified-vulkan-(?[0-9]{4}[0-9]{2}[0-9]{2})$" }, { "matchUpdateTypes": ["patch"], "automerge": true, "automergeType": "pr", "platformAutomerge": true } ] }