From 0e3f620370a975c07adca24e7107128e54b53947 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sun, 4 Feb 2024 13:26:52 +0100 Subject: [PATCH] ci(renovate): Rework matching for Kubernetes manifests --- renovate.json | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/renovate.json b/renovate.json index bb301887c..3363cd746 100644 --- a/renovate.json +++ b/renovate.json @@ -21,13 +21,9 @@ }, "kubernetes": { "fileMatch": [ - "apps/.+/blog/.+\\.yaml$", - "apps/.+/dns/.+\\.yaml$", - "apps/.+/gitlab-runner/.+\\.yaml$", - "apps/.+/iot/.+\\.yaml$", - "apps/.+/jellyfin/.+\\.yaml$", - "apps/.+/syncthing/.+\\.yaml$", - "apps/.+/tor/.+\\.yaml$", + "apps/.+\\.yaml$", + "clusters/.+\\.yaml$", + "shared/components/.+\\.yaml$", "infrastructure/.+\\.yaml$" ] }, @@ -137,6 +133,15 @@ ], "groupName": "rook-ceph" }, + { + "matchDatasources": [ + "helm" + ], + "matchPackageNames": [ + "longhorn" + ], + "minimumReleaseAge": "14 days" + }, { "matchFileNames": [ "images/kos/**" -- GitLab