0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-11-13 22:10:39 +00:00

fix: fix golang group names

This commit is contained in:
Robert Kaussow 2024-11-07 10:05:54 +01:00
parent 94fb5c276e
commit 47890caee9
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -45,7 +45,7 @@
},
{
"description": "Group golang version updates",
"groupName": "golang",
"groupName": "golang version",
"matchDatasources": ["docker", "golang-version"],
"matchUpdateTypes": ["minor", "major"],
"matchPackagePatterns": ["techknowlogick/xgo", "golang", "go"]
@ -53,7 +53,7 @@
{
"description": "Automerge go patch version updates",
"extends": ["schedule:weekly"],
"groupName": "golang patch",
"groupName": "golang patch version",
"matchDatasources": ["docker", "golang-version"],
"matchUpdateTypes": ["patch"],
"matchPackagePatterns": ["techknowlogick/xgo", "golang", "go"],