Enabled renovate to automate subcharts

This commit is contained in:
GeorgeRaven
2025-07-22 22:49:01 +01:00
parent 031a4c5b89
commit 86c0573850
2 changed files with 11 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,4 @@
**/charts
#**/charts
!/charts
**.log
**secret.yaml

View File

@@ -14,6 +14,16 @@
],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"matchManagers": [
"helm-values",
"helmv3"
],
"postUpdateOptions": [
"helmUpdateSubChartArchives"
]
}
}
],
"customManagers": [