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" ],
"followTag": "unstable",
"minimumReleaseAge": 0,
"minimumReleaseAge": null,
"schedule": [ "after 7:00 am" ]
}
]