0

Remove Renovate grouped PRs

This commit is contained in:
Gabe Kangas 2022-03-07 09:41:30 -08:00
parent 883d22cf76
commit a8bece63e5
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA

View File

@ -22,6 +22,9 @@
"digest"
],
"automerge": true,
"major": {
"dependencyDashboardApproval": true
},
"matchCurrentVersion": "!/^0/",
"automergeType": "branch"
},
@ -33,23 +36,6 @@
"major": {
"dependencyDashboardApproval": true
}
},
{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"major": {
"dependencyDashboardApproval": true
},
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"labels": [
"dependencies"
]
}
]
}