This commit is contained in:
@@ -159,29 +159,39 @@
|
|||||||
"minimumReleaseAge": "3 days"
|
"minimumReleaseAge": "3 days"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Disable automerge for ghcr docker dependencies, unsupported release age",
|
"description": "Automerge minor, specific packages, without release age",
|
||||||
"matchDatasources": [
|
|
||||||
"docker"
|
|
||||||
],
|
|
||||||
"matchPackageNames": [
|
|
||||||
"/^ghcr\\.io//"
|
|
||||||
],
|
|
||||||
"automerge": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "Automerge images, specific packages, without release age",
|
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": [
|
||||||
|
"patch",
|
||||||
"minor"
|
"minor"
|
||||||
],
|
],
|
||||||
"matchPackageNames": [
|
"matchGroupSlugs": [
|
||||||
"ghcr.io/renovatebot/renovate",
|
"unified-actual",
|
||||||
"ghcr.io/prometheus-community/charts/kube-prometheus-stack"
|
"unified-kube-prometheus-stack",
|
||||||
|
"unified-lidarr",
|
||||||
|
"unified-medialyze",
|
||||||
|
"unified-ollama",
|
||||||
|
"unified-radarr",
|
||||||
|
"unified-renovate",
|
||||||
|
"unified-sonarr",
|
||||||
|
"unified-tdarr"
|
||||||
],
|
],
|
||||||
"addLabels": [
|
"addLabels": [
|
||||||
"{{{datasource}}}",
|
"{{{datasource}}}",
|
||||||
"automerge"
|
"automerge"
|
||||||
],
|
],
|
||||||
"automerge": true
|
"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