Compare commits

...

2 Commits

Author SHA1 Message Date
JonKazama-Hellion 0d4708bf11 chore(config): migrate Renovate config (#3)
Security / scan (push) Successful in 27s
Auto-merge: Renovate config migration (matchPackagePrefixes -> matchPackageNames).
2026-05-09 15:46:45 +00:00
renovate-bot f2b070e201 chore(config): migrate config renovate.json
Security / scan (pull_request) Successful in 24s
2026-05-09 15:41:56 +00:00
+5 -3
View File
@@ -26,8 +26,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",
@@ -51,4 +53,4 @@
"commitMessageAction": "Refresh"
},
"osvVulnerabilityAlerts": true
}
}