diff --git a/renovate.json b/renovate.json index 6207184..acb02bb 100644 --- a/renovate.json +++ b/renovate.json @@ -22,7 +22,7 @@ "managerFilePatterns": ["/^\\.github\\/workflows\\/[^/]+\\.ya?ml$/", "Dockerfile"], "matchStrings": [ "GO_VERSION: ['\"]?(?.*?)['\"]?\\n", - "^ARG GO_VERSION=(?.*?)" + "ARG GO_VERSION=(?.*?)\\n" ], "datasourceTemplate": "golang-version", "depNameTemplate": "go",