Running renovate every weekend.

This commit is contained in:
Dessalines 2024-09-30 21:30:28 -04:00
parent 3209aa96b2
commit fb463af79e

View file

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