diff --git a/renovate.json b/renovate.json index 314c0b37a..d3987de90 100644 --- a/renovate.json +++ b/renovate.json @@ -35,7 +35,7 @@ ] }, { - "description": "Match versions in pkg/consts/dataplane.go that are properly annotated with `# renovate: datasource={} versioning={}.`", + "description": "Match versions in selected *.go files that are properly annotated with `// renovate: datasource={} depName={}.`", "customType": "regex", "datasourceTemplate": "docker", "fileMatch": [ @@ -43,7 +43,7 @@ "^internal/versions/controlplane\\.go$" ], "matchStrings": [ - ".+\\s+=\\s+\"(?.+)\"\\s+//\\s+renovate:\\s+datasource=(?.*)\\s+(?.+?)" + ".+\\s+=\\s+\"(?.+)\"\\s+//\\s+renovate:\\s+datasource=(?.*)\\s+depName=(?.+?)" ] } ]