This commit is contained in:
parent
733f09baab
commit
15104d7e40
1 changed files with 6 additions and 2 deletions
|
@ -13,9 +13,13 @@
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": [
|
"matchUpdateTypes": [
|
||||||
"*"
|
"minor"
|
||||||
],
|
],
|
||||||
|
"groupName": "all minor dependencies",
|
||||||
|
"groupSlug": "all-minor-deps"
|
||||||
|
},
|
||||||
|
{
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": [
|
||||||
"patch"
|
"patch"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue