1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add renovate PR priority for SDK and hls.js

This commit is contained in:
Bill Thornton 2025-01-24 01:33:50 -05:00
parent 0d9b2cf276
commit 1224ee8265

View file

@ -9,12 +9,17 @@
"matchPackageNames": [ "@jellyfin/sdk" ], "matchPackageNames": [ "@jellyfin/sdk" ],
"followTag": "unstable", "followTag": "unstable",
"minimumReleaseAge": null, "minimumReleaseAge": null,
"prPriority": 5,
"schedule": [ "after 7:00 am" ] "schedule": [ "after 7:00 am" ]
}, },
{ {
"matchPackageNames": ["dompurify"], "matchPackageNames": [ "dompurify" ],
"matchUpdateTypes": ["major"], "matchUpdateTypes": [ "major" ],
"enabled": false "enabled": false
},
{
"matchPackageNames": [ "hls.js" ],
"prPriority": 5
} }
] ]
} }