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 bcbbd8c commit 91962ecCopy full SHA for 91962ec
renovate.json
@@ -37,7 +37,8 @@
37
"description": "The golang CI language version only uses major.minor",
38
"matchFiles": [".golangci.yml"],
39
"matchPackageNames": ["go"],
40
- "extractVersion": "^(?<version>\\d+\\.\\d+)"
+ "extractVersion": "^(?<version>\\d+\\.\\d+)",
41
+ "groupName": "go"
42
},
43
{
44
"description": "Automatically merge minor updates for GitHub actions and go dependencies",
0 commit comments