Skip to content

Commit 90ba44b

Browse files
committed
Update Helm configuration in renovate.json to use 'helmv3' instead of 'helm' for improved compatibility with Helm v3. Adjust package rules to reflect this change, ensuring proper management of Helm chart dependencies.
1 parent 7974d62 commit 90ba44b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"docker": {
2020
"enabled": true
2121
},
22-
"helm": {
22+
"helmv3": {
2323
"enabled": true
2424
},
2525
"packageRules": [
@@ -34,7 +34,7 @@
3434
"schedule": ["before 6am on Monday"]
3535
},
3636
{
37-
"matchManagers": ["helm"],
37+
"matchManagers": ["helmv3"],
3838
"groupName": "Helm chart dependencies",
3939
"schedule": ["before 6am on Monday"]
4040
},

0 commit comments

Comments
 (0)