diff --git a/renovate.json b/renovate.json index 5db72dd6a..1911d651b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ] + "extends": ["config:recommended"], + "schedule": ["before 4am on the first day of the month"] }