diff --git a/renovate.json b/renovate.json index b90491d..8a4f1f9 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,5 @@ { - "extends": ["config:base", "group:allNonMajor", "schedule:nonOfficeHours", ":automergeMinor"] -} \ No newline at end of file + "extends": ["config:base", "group:allNonMajor"], + "schedule": ["before 4am on Monday"], + "updateNotScheduled": false +}