Skip to content
Snippets Groups Projects
Unverified Commit 56f72ece authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

ci: separate Ruby patch and minor releases into separate MRs

parent 11f918e7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -108,7 +108,25 @@
"matchDatasources": [
"ruby-version"
],
"groupName": "ruby-version"
"separateMinorPatch": true
},
{
"matchDatasources": [
"ruby-version"
],
"matchUpdateTypes": [
"patch"
],
"groupName": "ruby-version-patch"
},
{
"matchDatasources": [
"ruby-version"
],
"matchUpdateTypes": [
"minor"
],
"groupName": "ruby-version-minor"
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment