From 1224ee826555edbbd325ec38704264cfbcfc213d Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Fri, 24 Jan 2025 01:33:50 -0500 Subject: [PATCH] Add renovate PR priority for SDK and hls.js --- .github/renovate.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 2fc0eb8728..44f4b23180 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -9,12 +9,17 @@ "matchPackageNames": [ "@jellyfin/sdk" ], "followTag": "unstable", "minimumReleaseAge": null, + "prPriority": 5, "schedule": [ "after 7:00 am" ] }, { - "matchPackageNames": ["dompurify"], - "matchUpdateTypes": ["major"], + "matchPackageNames": [ "dompurify" ], + "matchUpdateTypes": [ "major" ], "enabled": false + }, + { + "matchPackageNames": [ "hls.js" ], + "prPriority": 5 } ] }