Update renovate.json (#344)

This commit is contained in:
Dessalines 2024-07-31 22:27:48 -04:00 committed by GitHub
parent d5ee9bf9a9
commit de878e3eb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

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