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

Merge pull request #6155 from thornbill/fix-renovate-minimum-age

This commit is contained in:
Bill Thornton 2024-10-02 08:57:57 -04:00 committed by GitHub
commit 5d23cdaffa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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