From e6d12c6b9504a7c9ea483bac9ea7688f18037f7f Mon Sep 17 00:00:00 2001 From: Jan-Marlon Leibl Date: Tue, 3 Jun 2025 06:10:11 +0000 Subject: [PATCH] Update config.js --- config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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