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