Running renovate every weekend. (#362)

This commit is contained in:
Dessalines 2024-09-30 22:15:00 -04:00 committed by GitHub
parent 60a392b8dd
commit 2444c3b828
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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
}