feat: update renovate to recognize Chart.yaml's appVersion

This commit is contained in:
cătălin 2026-08-03 21:04:39 +02:00
commit ae425bdfd7
No known key found for this signature in database
4 changed files with 22 additions and 1 deletions

View file

@ -1,3 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommendedForSelfHosted"
],
"helmv3": {
"enabled": true,
"fileMatch": [
"Chart\\.yaml$"
]
}
}