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

View File

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