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

Fix minimum release age type in renovate config

This commit is contained in:
Bill Thornton 2024-10-02 07:57:58 -04:00
parent b7a32c6aee
commit f1e5b409e7

View file

@ -8,7 +8,7 @@
{ {
"matchPackageNames": [ "@jellyfin/sdk" ], "matchPackageNames": [ "@jellyfin/sdk" ],
"followTag": "unstable", "followTag": "unstable",
"minimumReleaseAge": 0, "minimumReleaseAge": null,
"schedule": [ "after 7:00 am" ] "schedule": [ "after 7:00 am" ]
} }
] ]