Running renovate every weekend. (#2728)

This commit is contained in:
Dessalines 2024-09-30 22:12:40 -04:00 committed by GitHub
parent 3823e38081
commit 7be8d1d8eb
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 Monday"],
"schedule": ["every weekend"],
"automerge": true
}