From c6a556208435642984ff51b244064cf3c009b109 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Tue, 28 Apr 2020 09:23:18 +0200 Subject: [PATCH] chore: testing --- .github/config.js | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/config.js b/.github/config.js index a02115b4..4270fc7d 100644 --- a/.github/config.js +++ b/.github/config.js @@ -6,17 +6,12 @@ module.exports = { onboarding: false, platform: 'github', repositories: ['renovatebot/github-action'], - lockFileMaintenance: { - enabled: true, - schedule: ['at any time'], - }, printConfig: true, - packageRules: [ - { - description: 'lockFileMaintenance', - updateTypes: ['lockFileMaintenance'], + force: { + schedule: ['at any time'], + lockFileMaintenance: { enabled: true, schedule: ['at any time'], }, - ], + }, };