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.
This commit is contained in:
2026-05-11 22:16:49 +00:00
parent debfdcd278
commit 747e0e1574
+1 -2
View File
@@ -43,8 +43,7 @@
],
"vulnerabilityAlerts": {
"labels": ["security", "vulnerability"],
"schedule": ["at any time"],
"prPriority": 10
"schedule": ["at any time"]
},
"lockFileMaintenance": {
"enabled": true,