Update renovate json

This commit is contained in:
Sidharth Vinod 2024-03-23 11:02:34 +05:30
parent d6c1a59bd4
commit 16aa9a310c
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 10 additions and 7 deletions

View File

@ -15,21 +15,24 @@
"automerge": true
},
{
"groupName": "all patch dependencies",
"groupSlug": "all-patch",
"groupName": "all major dependencies",
"groupSlug": "all-major",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["patch"]
"matchUpdateTypes": ["major"]
},
{
"groupName": "all minor dependencies",
"groupSlug": "all-minor",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor"]
},
{
"groupName": "all patch dependencies",
"groupSlug": "all-patch",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["patch"]
}
],
"dependencyDashboard": true,
"major": {
"dependencyDashboardApproval": true
},
"dependencyDashboard": false,
"dependencyDashboardAutoclose": true
}