1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-04-21 10:24:06 +00:00

Removing renovate schedule.

This commit is contained in:
Dessalines 2024-06-14 21:19:33 -04:00
parent a3c8761bed
commit 8f5ab44a2a

View file

@ -1,5 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"schedule": ["before 4am on the first day of the month"]
"extends": ["config:recommended"]
}