mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-14 18:30:40 +00:00
fix: rework golang version groups
This commit is contained in:
parent
34cafdffe5
commit
94a5a3fb63
14
golang.json
14
golang.json
@ -41,22 +41,22 @@
|
||||
"description": "Extract version from xgo container tags",
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePatterns": ["techknowlogick/xgo"],
|
||||
"versioning": "regex:^go-(?<major>\\d+)\\.(?<minor>\\d+)\\.x$"
|
||||
"versioning": "regex:^go-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
|
||||
},
|
||||
{
|
||||
"description": "Group golang version updates",
|
||||
"groupName": "update golang",
|
||||
"commitMessage": "{{{commitMessagePrefix}}} {{#if groupName}}{{{groupName}}}{{else}}update {{{depName}}}{{/if}} {{updateType}} version",
|
||||
"groupName": "golang",
|
||||
"matchDatasources": ["docker", "golang-version"],
|
||||
"matchUpdateTypes": ["minor", "major"],
|
||||
"matchPackagePatterns": ["techknowlogick/xgo", "golang", "go"]
|
||||
},
|
||||
{
|
||||
"groupName": "Autmerge update go patch version",
|
||||
"matchDatasources": ["golang-version"],
|
||||
"description": "Autmerge update go patch version",
|
||||
"extends": ["schedule:weekly"],
|
||||
"groupName": "golang patch",
|
||||
"matchDatasources": ["docker", "golang-version"],
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"matchPackagePatterns": ["go"],
|
||||
"automerge": true
|
||||
"matchPackagePatterns": ["techknowlogick/xgo", "golang", "go"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user