Compare commits

...

2 Commits

Author SHA1 Message Date
JonKazama-Hellion 31673fdff6 chore(config): migrate Renovate config (#10)
Security / scan (push) Successful in 22s
Auto-merge: Renovate config migration (matchPackagePrefixes -> matchPackageNames).
2026-05-09 15:46:43 +00:00
renovate-bot 07337108bc chore(config): migrate config renovate.json
Security / scan (pull_request) Successful in 25s
2026-05-09 15:42:04 +00:00
+4 -4
View File
@@ -46,10 +46,10 @@
}, },
{ {
"description": "TypeScript type definitions stay grouped with each other", "description": "TypeScript type definitions stay grouped with each other",
"matchPackagePrefixes": [ "groupName": "type definitions",
"@types/" "matchPackageNames": [
], "@types/{/,}**"
"groupName": "type definitions" ]
}, },
{ {
"description": "Dev dependencies in their own group", "description": "Dev dependencies in their own group",