From e50d3f0b85a9e58cb4ff64e171ba3a34df9a0c15 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Tue, 28 Apr 2020 09:14:48 +0200 Subject: [PATCH] chore: reconfigure --- .github/config.js | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/config.js b/.github/config.js index 904f915a..102f1082 100644 --- a/.github/config.js +++ b/.github/config.js @@ -6,12 +6,8 @@ module.exports = { onboarding: false, platform: 'github', repositories: ['renovatebot/github-action'], - packageRules: [ - { - description: 'lockFileMaintenance', - updateTypes: ['lockFileMaintenance'], - enabled: true, - schedule: ['at any time'], - }, - ], + lockFileMaintenance: { + enabled: true, + schedule: ['at any time'], + }, };