Group all non-major updates to one pr

This commit is contained in:
Pavel Popov 2021-12-29 00:52:56 +03:00 committed by GitHub
parent dd5960d76e
commit a5c4de0de0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,18 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
]
}