renovate improve yaml matching

This commit is contained in:
2025-03-26 00:58:03 +01:00
parent 0a715524fc
commit d2854403cd

View File

@@ -1,10 +1,14 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"kubernetes": { "kubernetes": {
"fileMatch": ["\\.yaml$"] "fileMatch": ["infra/.+\\.yaml$", "apps/.+\\.yaml$"]
}, },
"flux": { "flux": {
"fileMatch": ["infra/.+\\.yaml$", "apps/.+\\.yaml$"] "fileMatch": [
"infra/.+\\.yaml$",
"apps/.+\\.yaml$",
"gotk-components\\.ya?ml$"
]
}, },
"prHourlyLimit": 9 "prHourlyLimit": 9
} }