From 84d2278127c0445435832153b9cf706b0b6d7f4b Mon Sep 17 00:00:00 2001 From: Vivian Roest 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 80942336..8adc6f08 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" } ]