From dc05ff2f49bbf48d36a67928dc6216ddfcc8ce99 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Wed, 17 Apr 2019 21:25:54 +0100 Subject: [PATCH] Update Renovate Configuration - Use the new shared configuration - This is a special config for themes which is scheduled monthly, not weekly. --- renovate.json | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/renovate.json b/renovate.json index bdee10e..3d18cab 100644 --- a/renovate.json +++ b/renovate.json @@ -1,22 +1,9 @@ { "extends": [ - "config:base", - ":maintainLockFilesWeekly", - "schedule:earlyMondays", - ":automergeMinor" + "@tryghost:theme" ], "travis": { "enabled": true }, "node": { "supportPolicy": ["lts_latest"] - }, - "packageRules": [ - { - "packagePatterns": ["^postcss", "css", "autoprefixer"], - "groupName": "css processors" - }, - { - "packagePatterns": ["gulp"], - "groupName": "gulp" - } - ] + } }