ci: reconfigure
All checks were successful
renovate / renovate (push) Successful in 53s

This commit is contained in:
2026-05-03 19:41:36 -05:00
parent 9108025b24
commit 48224be958

View File

@@ -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": ""
}
]
}