This commit is contained in:
@@ -159,29 +159,39 @@
|
||||
"minimumReleaseAge": "3 days"
|
||||
},
|
||||
{
|
||||
"description": "Disable automerge for ghcr docker dependencies, unsupported release age",
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"/^ghcr\\.io//"
|
||||
],
|
||||
"automerge": false
|
||||
},
|
||||
{
|
||||
"description": "Automerge images, specific packages, without release age",
|
||||
"description": "Automerge minor, specific packages, without release age",
|
||||
"matchUpdateTypes": [
|
||||
"patch",
|
||||
"minor"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"ghcr.io/renovatebot/renovate",
|
||||
"ghcr.io/prometheus-community/charts/kube-prometheus-stack"
|
||||
"matchGroupSlugs": [
|
||||
"unified-actual",
|
||||
"unified-kube-prometheus-stack",
|
||||
"unified-lidarr",
|
||||
"unified-medialyze",
|
||||
"unified-ollama",
|
||||
"unified-radarr",
|
||||
"unified-renovate",
|
||||
"unified-sonarr",
|
||||
"unified-tdarr"
|
||||
],
|
||||
"addLabels": [
|
||||
"{{{datasource}}}",
|
||||
"automerge"
|
||||
],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"description": "Disable minimum release age for ghcr and quay docker dependencies",
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"/^ghcr\\.io//",
|
||||
"/^quay\\.io//",
|
||||
"/^harbor\\.alexlebens\\.net//"
|
||||
],
|
||||
"minimumReleaseAge": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user