chore: batch slate related deps (#2775)
This commit is contained in:
parent
3d354909d6
commit
0721b29a2c
1 changed files with 7 additions and 1 deletions
8
.github/renovate.json
vendored
8
.github/renovate.json
vendored
|
|
@ -3,12 +3,18 @@
|
|||
"extends": [
|
||||
"config:recommended",
|
||||
":dependencyDashboardApproval",
|
||||
":semanticCommits"
|
||||
":semanticCommits",
|
||||
"group:monorepos"
|
||||
],
|
||||
"labels": ["Dependencies"],
|
||||
"rebaseWhen": "conflicted",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["lockFileMaintenance"]
|
||||
},
|
||||
{
|
||||
"groupName": "Slatejs",
|
||||
"matchPackageNames": ["slate", "slate-dom", "slate-history", "slate-react"]
|
||||
}
|
||||
],
|
||||
"lockFileMaintenance": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue