Compare commits

..

3 Commits

Author SHA1 Message Date
renovate-bot 747e0e1574 chore(renovate): fix schema (prPriority placement)
Security / scan (pull_request) Successful in 16s
Moves prPriority out of vulnerabilityAlerts (only allowed in packageRules per schema).
Fixes the recurring 'Found renovate config warnings' issue.
2026-05-11 22:16:49 +00:00
JonKazama-Hellion debfdcd278 Merge pull request 'chore(config): migrate Renovate config' (#15) from renovate/migrate-config into main
Security / scan (push) Successful in 11s
Reviewed-on: #15
2026-05-11 18:43:52 +00:00
renovate-bot f85daf3dbe chore(config): migrate config renovate.json
Security / scan (pull_request) Successful in 14s
2026-05-11 18:35:29 +00:00
+3 -4
View File
@@ -26,8 +26,8 @@
},
{
"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",
@@ -43,8 +43,7 @@
],
"vulnerabilityAlerts": {
"labels": ["security", "vulnerability"],
"schedule": ["at any time"],
"prPriority": 10
"schedule": ["at any time"]
},
"lockFileMaintenance": {
"enabled": true,