This commit is contained in:
@@ -24,6 +24,21 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Automerge chart digest",
|
||||
"matchUpdateTypes": ["digest"],
|
||||
"matchDatasources": ["helm"],
|
||||
"addLabels": ["chart", "automerge"],
|
||||
"automerge": true,
|
||||
"minimumReleaseAge": "1 days",
|
||||
"bumpVersions": [
|
||||
{
|
||||
"filePatterns": ["{{packageFileDir}}/Chart.{yaml,yml}"],
|
||||
"matchStrings": ["version:\\s(?<version>[^\\s]+)"],
|
||||
"bumpType": "patch"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Label images",
|
||||
"matchDatasources": ["docker"],
|
||||
|
||||
Reference in New Issue
Block a user