infra/renovate.json
Finn c9131de061
All checks were successful
/ build-freetakserver (push) Successful in 1m34s
tell renovate where the k8s files live
2024-10-01 09:13:44 -07:00

8 lines
140 B
JSON

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