diff --git a/example/config.js b/example/config.js index e6b7683b..86f236a9 100644 --- a/example/config.js +++ b/example/config.js @@ -6,4 +6,5 @@ module.exports = { onboarding: false, platform: 'github', repositories: ['renovatebot/github-action'], + lockFileMaintenance: { enabled: true, schedule: [] }, };