Update config.js
All checks were successful
renovate / renovate (push) Successful in 6m39s

This commit is contained in:
2025-06-03 06:10:11 +00:00
parent 44f270bedc
commit e6d12c6b95

View File

@ -5,5 +5,9 @@ module.exports = {
"onboardingConfigFileName": "renovate.json",
"autodiscover": true,
"optimizeForDisabled": true,
"extends": [":semanticCommits"]
"extends": [":semanticCommits"],
"lockFileMaintenance": {
"enabled": true,
"schedule": ["before 4am"],
}
}