From 747e0e1574e608680c5256c3fb63caf9561e54eb Mon Sep 17 00:00:00 2001 From: Forge Bot <3+renovate-bot@noreply.gitea.hellion-forge.cloud> Date: Mon, 11 May 2026 22:16:49 +0000 Subject: [PATCH] chore(renovate): fix schema (prPriority placement) Moves prPriority out of vulnerabilityAlerts (only allowed in packageRules per schema). Fixes the recurring 'Found renovate config warnings' issue. --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index b64c8a6..7346221 100644 --- a/renovate.json +++ b/renovate.json @@ -43,8 +43,7 @@ ], "vulnerabilityAlerts": { "labels": ["security", "vulnerability"], - "schedule": ["at any time"], - "prPriority": 10 + "schedule": ["at any time"] }, "lockFileMaintenance": { "enabled": true, -- 2.52.0