Skip to content

Commit bcbbd8c

Browse files
authored
chore: remove unneeded spaces for gofumpt, go.mod go version (#268)
1 parent b9181aa commit bcbbd8c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

renovate.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
"description": "Upgrade go version",
1616
"fileMatch": [
1717
"(^workflow-templates|\\.github/workflows)/[^/]+\\.ya?ml$",
18-
".golangci.yml",
19-
"go.mod"
18+
"^\\.golangci\\.yml"
2019
],
2120
"matchStrings": [
2221
"# renovate: go-version\\s*go-version:\\s*\"?(?<currentValue>.*)\"?",
23-
"^\\s*lang-version: \"(?<currentValue>.*)\"$",
24-
"^go (?<currentValue>.*)$"
22+
"lang-version: \"(?<currentValue>.*)\""
2523
],
2624
"datasourceTemplate": "golang-version",
2725
"depNameTemplate": "go"

0 commit comments

Comments
 (0)