diff --git a/config.js b/config.js index dd0f0ed..b088308 100644 --- a/config.js +++ b/config.js @@ -4,5 +4,9 @@ module.exports = { gitAuthor: "CIBot ", autodiscover: true, labels: ["Dependancy 📦️"], - extends: ["config:recommended"], + extends: [ + "config:recommended", + ":maintainLockFilesWeekly", + "mergeConfidence:all-badges", + ], };