diff --git a/renovate.json b/renovate.json index 6c7f985b296f5951cc65e8a7dfea8546c0bb8c09..f093f4addbd898e705c2a4e4667a01b6ef166047 100644 --- a/renovate.json +++ b/renovate.json @@ -10,7 +10,7 @@ "(^|/)values\\.yaml*$" ], "matchStrings": [ - "github_repository: (?<depName>.*)\n*version: (?<currentValue>.*)" + "github_repository: (?<depName>.*)\\sversion: (?<currentValue>.*)\\s" ], "datasourceTemplate": "github-releases" }