From e0fdf5189a1367523b186916d068f9792d6e15ef Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Sun, 17 May 2020 15:32:27 +0200 Subject: [PATCH] Enable updates of lock files by default This will make sure that not just dependency files but also the lock files will be managed by renovatebot, which should improve the ability to automerge changes. --- config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config.js b/config.js index f31a7af..56dab56 100644 --- a/config.js +++ b/config.js @@ -10,5 +10,6 @@ module.exports = { onboardingConfig: { extends: ['config:base'], prConcurrentLimit: 5, + updateLockFiles: true } };