try splitting helm-release images and chart versions
This commit is contained in:
@@ -17,7 +17,14 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["flux"],
|
"matchManagers": ["flux"],
|
||||||
"commitMessageTopic": "image/chart {{depName}}",
|
"matchPackagePatterns": ["!(.*/.*)"],
|
||||||
|
"commitMessageTopic": "chart {{depName}}",
|
||||||
|
"prefix": "chore(flux)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchManagers": ["flux"],
|
||||||
|
"matchPackagePatterns": [".*/.*"],
|
||||||
|
"commitMessageTopic": "image {{depName}}",
|
||||||
"prefix": "chore(flux)"
|
"prefix": "chore(flux)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user