From 9db5e4da0943e66f86351c3ac4c387d2e68a782d Mon Sep 17 00:00:00 2001 From: MishNajam <61416092+MishNajam@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:12:23 +0100 Subject: [PATCH] Renovate - remove prPriority outside of package rules --- renovate.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index e704538b..1fd56e53 100644 --- a/renovate.json +++ b/renovate.json @@ -36,14 +36,12 @@ ], "major": { "automerge": false, - "stabilityDays": 3, - "prPriority": 0 + "stabilityDays": 3 }, "vulnerabilityAlerts": { "groupName": "Security Alerts", "rangeStrategy": "update-lockfile", "commitMessagePrefix": "[SECURITY]", - "branchTopic": "{{{datasource}}}-{{{depName}}}-vulnerability", - "prPriority": 5 + "branchTopic": "{{{datasource}}}-{{{depName}}}-vulnerability" } }