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 } ] }