diff --git a/renovate.json b/renovate.json index 5805c99..1c18896 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>hetznercloud/.github//renovate/default"] + "extends": ["github>hetznercloud/.github//renovate/default"], + "lockFileMaintenance": { + "enabled": true, + "schedule": ["before 4am on monday"] + } }