From 48224be958d8f108ef1703c8bc8c7cfeedad3c1f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 3 May 2026 19:41:36 -0500 Subject: [PATCH] ci: reconfigure --- renovate.json | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/renovate.json b/renovate.json index 485f9cb35..a3906473a 100644 --- a/renovate.json +++ b/renovate.json @@ -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": "" } ] }