This commit is contained in:
@@ -24,21 +24,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"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",
|
"description": "Label images",
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
@@ -53,17 +38,18 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "CNPG image",
|
"description": "Automerge generic-device-plugin image on digest",
|
||||||
"matchDepNames": ["ghcr.io/cloudnative-pg/postgresql"],
|
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
"addLabels": ["image"],
|
"matchDepNames": ["ghcr.io/squat/generic-device-plugin"],
|
||||||
"matchUpdateTypes": ["major", "minor"],
|
"matchUpdateTypes": ["digest"],
|
||||||
"automerge": false,
|
"addLabels": ["image", "automerge"],
|
||||||
|
"automerge": true,
|
||||||
|
"minimumReleaseAge": "1 days",
|
||||||
"bumpVersions": [
|
"bumpVersions": [
|
||||||
{
|
{
|
||||||
"filePatterns": ["{{packageFileDir}}/Chart.{yaml,yml}"],
|
"filePatterns": ["{{packageFileDir}}/Chart.{yaml,yml}"],
|
||||||
"matchStrings": ["version:\\s(?<version>[^\\s]+)"],
|
"matchStrings": ["version:\\s(?<version>[^\\s]+)"],
|
||||||
"bumpType": "{{#if isPatch}}patch{{else}}minor{{/if}}"
|
"bumpType": "patch"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user