mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-21 13:00:41 +00:00
fix: enable automerge for go patch version updates
This commit is contained in:
parent
94a5a3fb63
commit
94fb5c276e
@ -51,12 +51,13 @@
|
||||
"matchPackagePatterns": ["techknowlogick/xgo", "golang", "go"]
|
||||
},
|
||||
{
|
||||
"description": "Autmerge update go patch version",
|
||||
"description": "Automerge go patch version updates",
|
||||
"extends": ["schedule:weekly"],
|
||||
"groupName": "golang patch",
|
||||
"matchDatasources": ["docker", "golang-version"],
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"matchPackagePatterns": ["techknowlogick/xgo", "golang", "go"]
|
||||
"matchPackagePatterns": ["techknowlogick/xgo", "golang", "go"],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user