Remove renovate schedule. (#2488)

* Remove renovate schedule.

* Add automerge = true.
This commit is contained in:
Dessalines 2024-06-01 14:29:17 -04:00 committed by GitHub
parent 50cd984ae4
commit e3c19c947e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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