Skip to content

Commit 91962ec

Browse files
authored
chore: add golangci go version to go group (#269)
1 parent bcbbd8c commit 91962ec

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
@@ -37,7 +37,8 @@
3737
"description": "The golang CI language version only uses major.minor",
3838
"matchFiles": [".golangci.yml"],
3939
"matchPackageNames": ["go"],
40-
"extractVersion": "^(?<version>\\d+\\.\\d+)"
40+
"extractVersion": "^(?<version>\\d+\\.\\d+)",
41+
"groupName": "go"
4142
},
4243
{
4344
"description": "Automatically merge minor updates for GitHub actions and go dependencies",

0 commit comments

Comments
 (0)