chore: Configure Renovate (#4644)

* Add renovate.json

* Updating renovate.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dessalines <tyhou13@gmx.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-19 17:00:23 -04:00 committed by GitHub
parent 2ba1ba88b8
commit f68881c552
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"]
}