Remove renovate schedule.

This commit is contained in:
Dessalines 2024-06-15 15:16:53 -04:00
parent 869f8048df
commit 1b5e597833

View file

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