From 6a10fdea5dd71cc1bc2c5f79213dfbc8be04f415 Mon Sep 17 00:00:00 2001 From: Fumiaki MATSUSHIMA Date: Thu, 13 Apr 2023 16:23:12 +0900 Subject: [PATCH] Set prPriority for non major npm update --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 0923934b..410c7e7a 100644 --- a/renovate.json +++ b/renovate.json @@ -5,7 +5,8 @@ { "matchDatasources": ["npm"], "matchUpdateTypes": ["minor", "patch"], - "groupName": "all non major npm update" + "groupName": "all non major npm update", + "prPriority": 10 }, { "matchPackageNames": ["@types/express"],