chore(config): migrate Renovate config (#10)
Security / scan (push) Successful in 22s

Auto-merge: Renovate config migration (matchPackagePrefixes -> matchPackageNames).
This commit was merged in pull request #10.
This commit is contained in:
2026-05-09 15:46:43 +00:00
+4 -4
View File
@@ -46,10 +46,10 @@
},
{
"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",