k8s-deployment/renovate.json

12 lines
207 B
JSON
Raw Normal View History

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