k8s-deployment/renovate.json

10 lines
181 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
],
"fileMatch": [
"(^|/)helmfile.*\\.ya?ml(?:\\.gotmpl)?$"
2024-09-10 11:01:05 +00:00
]
}