use helmv3

This commit is contained in:
Kjeld Schouten
2024-10-17 13:27:30 +02:00
parent 514d804670
commit 847c32b656
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
"addLabels": ["renovate/container"]
},
{
"matchDatasources": ["helm"],
"matchDatasources": ["helmv3"],
"addLabels": ["renovate/helm"]
},
{

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"helm": {
"helmv3": {
"fileMatch": [
".+/Chart\\.ya?ml(?:\\.j2)?$" // Matches Chart.yaml or Chart.yml files, optionally with a .j2 extension
],