Removing renovate schedule. (#923)

This commit is contained in:
Dessalines 2024-05-22 13:49:15 -04:00 committed by GitHub
parent 1c7c47460e
commit 8363583b8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"]
}