12 lines
214 B
JSON
12 lines
214 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommendedForSelfHosted"
|
|
],
|
|
"helmv3": {
|
|
"enabled": true,
|
|
"fileMatch": [
|
|
"Chart\\.yaml$"
|
|
]
|
|
}
|
|
}
|