chore: Configure Renovate (#313)

* Add renovate.json

* Updating schedule.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dessalines <tyhou13@gmx.com>
This commit is contained in:
renovate[bot] 2024-05-15 10:09:45 -04:00 committed by GitHub
parent d52c6cf29d
commit 77b4037538
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
renovate.json Normal file
View file

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