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