Update renovate json

This commit is contained in:
Sidharth Vinod
2024-03-23 11:02:34 +05:30
parent d6c1a59bd4
commit 16aa9a310c

View File

@@ -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
} }