Configure Renovate (#263)

* 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:10:34 -04:00 committed by GitHub
parent 589f336a72
commit 5472983807
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"]
}