mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-22 09:20:38 +00:00
feat: group golang version updates
This commit is contained in:
parent
6de3dcd9b8
commit
04ff6056e0
@ -42,6 +42,12 @@
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePatterns": ["techknowlogick/xgo"],
|
||||
"versioning": "regex:^go-(?<major>\\d+)\\.(?<minor>\\d+)\\.x$"
|
||||
},
|
||||
{
|
||||
"groupName": "update golang",
|
||||
"matchDatasources": ["docker", "golang-version"],
|
||||
"commitMessageExtra": "{{updateType}} version to {{newVersion}}",
|
||||
"matchPackagePaatterns": ["techknowlogick/xgo", "golang", "go"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user