chore(renovate): fix schema (prPriority placement)
Security / scan (pull_request) Successful in 15s

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:17:59 +00:00
parent 32f4c92f1b
commit 99c61cf7e3
+1 -2
View File
@@ -44,8 +44,7 @@
],
"vulnerabilityAlerts": {
"labels": ["security", "vulnerability"],
"schedule": ["at any time"],
"prPriority": 10
"schedule": ["at any time"]
},
"lockFileMaintenance": {
"enabled": true,