mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 14:29:25 +02:00
Update renovate json
This commit is contained in:
@@ -15,21 +15,24 @@
|
|||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "all patch dependencies",
|
"groupName": "all major dependencies",
|
||||||
"groupSlug": "all-patch",
|
"groupSlug": "all-major",
|
||||||
"matchPackagePatterns": ["*"],
|
"matchPackagePatterns": ["*"],
|
||||||
"matchUpdateTypes": ["patch"]
|
"matchUpdateTypes": ["major"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "all minor dependencies",
|
"groupName": "all minor dependencies",
|
||||||
"groupSlug": "all-minor",
|
"groupSlug": "all-minor",
|
||||||
"matchPackagePatterns": ["*"],
|
"matchPackagePatterns": ["*"],
|
||||||
"matchUpdateTypes": ["minor"]
|
"matchUpdateTypes": ["minor"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "all patch dependencies",
|
||||||
|
"groupSlug": "all-patch",
|
||||||
|
"matchPackagePatterns": ["*"],
|
||||||
|
"matchUpdateTypes": ["patch"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencyDashboard": true,
|
"dependencyDashboard": false,
|
||||||
"major": {
|
|
||||||
"dependencyDashboardApproval": true
|
|
||||||
},
|
|
||||||
"dependencyDashboardAutoclose": true
|
"dependencyDashboardAutoclose": true
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user