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",