From 341d007acdf55323843520593984449434d62997 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Mon, 26 Aug 2019 10:57:16 +0100 Subject: [PATCH] Updated Renovate configuration closes https://github.com/TryGhost/Ghost-Admin/pull/1164 - extend from our base configuration --- ghost/admin/renovate.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ghost/admin/renovate.json b/ghost/admin/renovate.json index d3f2aa72b5..cc026b3420 100644 --- a/ghost/admin/renovate.json +++ b/ghost/admin/renovate.json @@ -1,10 +1,7 @@ { "extends": [ - "config:base", - "group:jsTestMonMajor", - "group:linters", - ":maintainLockFilesWeekly", - "schedule:earlyMondays" + "@tryghost:base", + "@tryghost:automergeSilentTestLintNonMajor" ], "ignoreDeps": [ "ember-drag-drop", @@ -12,7 +9,6 @@ "validator", "ember-in-viewport" ], - "prHourlyLimit": 0, "ignorePaths": ["lib/koenig-editor/package.json"], "travis": { "enabled": true }, "node": {