From ab64f3ad0ba4022c96a8def64db025112c8c6ed6 Mon Sep 17 00:00:00 2001 From: Ido David <36866853+ido-namely@users.noreply.github.com> Date: Wed, 10 Aug 2022 09:29:17 -0400 Subject: [PATCH] Update renovate.json5 --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 889f4ba0..31f9a03b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -144,7 +144,7 @@ ], matchStrings: [ // named capturing group, must include 'currentValue' as the name - "constraints: {(\\s*\\n\\s*)\"go\":\\s*\"(?.*?)\" + "constraints: {(\\s*\\n\\s*)\"go\":\\s*\"(?.*?)\"" ], // the name of the dependency in the package manager depNameTemplate: "go",