diff --git a/config.js b/config.js index 3b497ef..942c267 100644 --- a/config.js +++ b/config.js @@ -5,5 +5,9 @@ module.exports = { "onboardingConfigFileName": "renovate.json", "autodiscover": true, "optimizeForDisabled": true, - "extends": [":semanticCommits"] + "extends": [":semanticCommits"], + "lockFileMaintenance": { + "enabled": true, + "schedule": ["before 4am"], + } } \ No newline at end of file