Skip to content
Snippets Groups Projects
Commit 4d8e6c17 authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

Merge branch 'separate-ruby-patch-and-minor-upgrades' into 'main'

ci: separate Ruby patch and minor releases into separate MRs

See merge request gitlab-com/gl-infra/common-ci-tasks!133
parents 11f918e7 56f72ece
No related branches found
No related tags found
No related merge requests found
Pipeline #15093188 failed
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