We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9181aa commit bcbbd8cCopy full SHA for bcbbd8c
renovate.json
@@ -15,13 +15,11 @@
15
"description": "Upgrade go version",
16
"fileMatch": [
17
"(^workflow-templates|\\.github/workflows)/[^/]+\\.ya?ml$",
18
- ".golangci.yml",
19
- "go.mod"
+ "^\\.golangci\\.yml"
20
],
21
"matchStrings": [
22
"# renovate: go-version\\s*go-version:\\s*\"?(?<currentValue>.*)\"?",
23
- "^\\s*lang-version: \"(?<currentValue>.*)\"$",
24
- "^go (?<currentValue>.*)$"
+ "lang-version: \"(?<currentValue>.*)\""
25
26
"datasourceTemplate": "golang-version",
27
"depNameTemplate": "go"
0 commit comments