diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 0a98646..e29f74c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -6,13 +6,9 @@ ], "automerge": true, "automergeType": "branch", - "schedule": [ - "before 3am on Saturday" - ], + "schedule": [ "* * * * 0,6" ], "lockFileMaintenance": { "enabled": true, - "schedule": [ - "before 3am on Saturday" - ] + "schedule": [ "* * * * 0,6" ] } }