chore(config): migrate Renovate config #3

Merged
JonKazama-Hellion merged 1 commits from renovate/migrate-config into master 2026-05-09 15:46:45 +00:00
Showing only changes of commit f2b070e201 - Show all commits
+4 -2
View File
@@ -26,8 +26,10 @@
}, },
{ {
"description": "TypeScript type definitions stay grouped with each other", "description": "TypeScript type definitions stay grouped with each other",
"matchPackagePrefixes": ["@types/"], "groupName": "type definitions",
"groupName": "type definitions" "matchPackageNames": [
"@types/{/,}**"
]
}, },
{ {
"description": "Dev dependencies in their own group", "description": "Dev dependencies in their own group",