From 790ad5b440936be8e6b34595b7e41a529441e4d0 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 16 Mar 2024 05:43:49 -0600 Subject: [PATCH] update renovate config --- .github/renovate.json | 75 +++++++++++++++++++++++++++---------------- 1 file changed, 47 insertions(+), 28 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 2790f03..d1730da 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,11 +7,9 @@ ], "timezone": "US/Mountain", "schedule": [ - "after 10am every weekday", - "before 5pm every weekday" - ], - "labels": [ + "every weekday" ], + "labels": [], "packageRules": [ { "description": "Disables for non major Renovate version", @@ -41,53 +39,74 @@ "automerge": false }, { - "description": "Generate image updates on Tuesdays", + "description": "Label service images", "matchPackageNames": [ - "linuxserver/calibre", - "homeassistant/home-assistant", - "linuxserver/code-server", - "ghcr.io/gethomepage/homepage", "ghcr.io/alex1989hu/kubelet-serving-cert-approver", - "rmcrackan/libation", - "outlinewiki/outline", - "ghcr.io/cloudnative-pg/postgresql" + "ghcr.io/cloudnative-pg/postgresql", + "redis/redis-stack-server" ], "matchDatasources": [ "docker" ], - "schedule": [ - "after 10am on tuesday", - "before 5pm on tuesday" - ], "addLabels": [ - "upgrade", - "weekly", + "service", "image" ], - "bumpVersion": "minor", "automerge": false, "minimumReleaseAge": "3 days" }, { - "description": "Generate application charts on Tuesdays", + "description": "Label service charts", "matchPackageNames": [ + "elasticsearch", "redis" ], "matchDatasources": [ "helm" ], - "schedule": [ - "after 10am on tuesday", - "before 5pm on tuesday" - ], "addLabels": [ - "upgrade", - "weekly", + "serivce", + "chart" + ], + "automerge": false, + "minimumReleaseAge": "3 days" + }, + { + "description": "Label application images", + "matchPackageNames": [ + "bbilly1/tubearchivist-jf", + "bbilly1/tubearchivist", + "freshrss/freshrss", + "ghcr.io/gethomepage/homepage", + "homeassistant/home-assistant", + "linuxserver/calibre", + "linuxserver/code-server", + "linuxserver/cops", + "outlinewiki/outline", + "rmcrackan/libation" + ], + "matchDatasources": [ + "docker" + ], + "addLabels": [ + "application", + "image" + ], + "automerge": false, + "minimumReleaseAge": "3 days" + }, + { + "description": "Label application charts", + "matchPackageNames": [], + "matchDatasources": [ + "helm" + ], + "addLabels": [ + "application", "chart" ], - "bumpVersion": "minor", "automerge": false, "minimumReleaseAge": "3 days" } ] -} +} \ No newline at end of file