From 58cfc050e05b14bbe384c8d9f39b4e03eb85c223 Mon Sep 17 00:00:00 2001 From: Victor Date: Sat, 4 Feb 2023 16:43:58 +0100 Subject: [PATCH] fix quotes --- flux/olympus/apps/services/renovate/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flux/olympus/apps/services/renovate/config.yaml b/flux/olympus/apps/services/renovate/config.yaml index 8094233..8adc6f0 100644 --- a/flux/olympus/apps/services/renovate/config.yaml +++ b/flux/olympus/apps/services/renovate/config.yaml @@ -58,7 +58,7 @@ data: "regexManagers": [ { "fileMatch": [".+\\.nix"], - "matchStrings": ["image\\s*=\\s*"(?.*?):(?.*?)"\\s*;\\s*"], + "matchStrings": ["image\\s*=\\s*\"(?.*?):(?.*?)\"\\s*;\\s*"], "datasourceTemplate": "docker" } ]