diff --git a/config.js b/config.js index c8c940e..27f3492 100644 --- a/config.js +++ b/config.js @@ -5,4 +5,7 @@ module.exports = { "onboardingConfigFileName": "renovate.json", "autodiscover": true, "optimizeForDisabled": true, + "schedule": [ + "every weekend" + ] };