try splitting helm-release images and chart versions

This commit is contained in:
Kjeld Schouten
2024-10-17 14:40:13 +02:00
parent 87fcd07b95
commit af68cbfe05

View File

@@ -17,7 +17,14 @@
},
{
"matchManagers": ["flux"],
"commitMessageTopic": "image/chart {{depName}}",
"matchPackagePatterns": ["!(.*/.*)"],
"commitMessageTopic": "chart {{depName}}",
"prefix": "chore(flux)"
},
{
"matchManagers": ["flux"],
"matchPackagePatterns": [".*/.*"],
"commitMessageTopic": "image {{depName}}",
"prefix": "chore(flux)"
},
{