From a0591e668031b57b40bad06ed3f44c1dd3d038fd Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Wed, 24 Jan 2024 23:23:03 +0100 Subject: [PATCH] ci(renovate): Fix syntax errors in JSON --- renovate.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/renovate.json b/renovate.json index 6f8efb00e..5b12b39d9 100644 --- a/renovate.json +++ b/renovate.json @@ -15,18 +15,18 @@ }, "kubernetes": { "fileMatch": [ - "apps/.+/blog/.+\.yaml$", - "apps/.+/dns/.+\.yaml$", - "apps/.+/gitlab-runner/.+\.yaml$", - "apps/.+/iot/.+\.yaml$", - "apps/.+/jellyfin/.+\.yaml$", - "apps/.+/syncthing/.+\.yaml$", - "apps/.+/tor/.+\.yaml$", - "infrastructure/.+\.yaml$" + "apps/.+/blog/.+\\.yaml$", + "apps/.+/dns/.+\\.yaml$", + "apps/.+/gitlab-runner/.+\\.yaml$", + "apps/.+/iot/.+\\.yaml$", + "apps/.+/jellyfin/.+\\.yaml$", + "apps/.+/syncthing/.+\\.yaml$", + "apps/.+/tor/.+\\.yaml$", + "infrastructure/.+\\.yaml$" ] }, "gitlabci": { - "fileMatch": ["\.gitlab-ci\.yml$", "gitlab-ci\.yaml$"] + "fileMatch": ["\\.gitlab-ci\\.yml$", "gitlab-ci\\.yaml$"] }, "regexManagers": [ { -- GitLab