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