From 99c61cf7e33998831201ed5514f3b0e460d82ada Mon Sep 17 00:00:00 2001 From: Forge Bot <3+renovate-bot@noreply.gitea.hellion-forge.cloud> Date: Mon, 11 May 2026 22:17:59 +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 f2e0703..c692ec8 100644 --- a/renovate.json +++ b/renovate.json @@ -44,8 +44,7 @@ ], "vulnerabilityAlerts": { "labels": ["security", "vulnerability"], - "schedule": ["at any time"], - "prPriority": 10 + "schedule": ["at any time"] }, "lockFileMaintenance": { "enabled": true, -- 2.52.0