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:
parent
94fb5c276e
commit
47890caee9
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user