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"],