tell renovate where the k8s files live
All checks were successful
/ build-freetakserver (push) Successful in 1m34s

This commit is contained in:
Finn 2024-10-01 09:13:44 -07:00
parent 8f6f28f33e
commit c9131de061

View file

@ -1,3 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"kubernetes": {
"fileMatch": [
"k8s/.+\\.yaml$"
]
}
}