From c0ad8cfc60377f08b9055300aabd8b904c67cd6c Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Wed, 11 Oct 2023 17:12:44 +0200 Subject: [PATCH] ci(renovate): Include blog in kubernetes yaml updates --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 8358327c2..7ef7a465b 100644 --- a/renovate.json +++ b/renovate.json @@ -15,6 +15,7 @@ }, "kubernetes": { "fileMatch": [ + "apps/k8s01/blog/.+\.yaml$", "apps/k8s01/dns/.+\.yaml$", "apps/k8s01/syncthing/.+\.yaml$", "apps/k8s01/jellyfin/.+\.yaml$", -- GitLab