fix: Correct schedule syntax in renovate config

This commit is contained in:
Thomas A. Christensen II 2024-10-03 12:12:54 +00:00 committed by GitHub
parent 0d968ab749
commit 853e34970e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
"matchManagers": ["npm"],
"automerge": true,
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"schedule": ["before 5am daily"]
"schedule": ["every weekday before 5am"]
}
]
}