Skip to content

Commit b174e50

Browse files
committed
chore(renovate): fix versioning for golangci-lint language version
1 parent 259b7ad commit b174e50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"fileMatch": ["^\\.golangci\\.yml"],
3131
"matchStrings": ["lang-version: \"(?<currentValue>.*)\""],
3232
"datasourceTemplate": "github-tags",
33-
"depNameTemplate": "golang/go"
33+
"depNameTemplate": "golang/go",
34+
"versioningTemplate": "docker"
3435
}
3536
],
3637
"packageRules": [

0 commit comments

Comments
 (0)