Attempt to group react repositories
This commit is contained in:
parent
cfd7dc1afd
commit
f48e1ce54b
15
default.json
15
default.json
@ -6,5 +6,18 @@
|
|||||||
":ignoreUnstable",
|
":ignoreUnstable",
|
||||||
"group:recommended"
|
"group:recommended"
|
||||||
],
|
],
|
||||||
"rangeStrategy": "bump"
|
"rangeStrategy": "bump",
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"groupName": "react",
|
||||||
|
"matchPackageNames": [
|
||||||
|
"react",
|
||||||
|
"react-dom",
|
||||||
|
"react-is",
|
||||||
|
"@types/react",
|
||||||
|
"@types/react-dom",
|
||||||
|
"@types/react-is"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user