k8s-deployment/renovate.json

12 lines
207 B
JSON
Raw Normal View History

2024-09-10 13:01:05 +02:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
2024-10-17 06:43:43 +02:00
],
2024-10-17 08:30:20 +02:00
"helmfile": {
"fileMatch": [
"(^|/)helmfile.*\\.ya?ml(?:\\.gotmpl)?$"
]
}
2024-09-10 13:01:05 +02:00
}