From 16abc2727243ce6930fc2a052a6b0f90dd3b4d5d Mon Sep 17 00:00:00 2001 From: Christopher Allford Date: Wed, 18 Dec 2019 16:20:50 -0800 Subject: [PATCH] =?UTF-8?q?Revert=20"Revert=20"Update=20Renovate=20bot=20c?= =?UTF-8?q?onfiguration=20to=20update=20dev=20dependencies=20=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index daec2ac3295..c330559932d 100644 --- a/renovate.json +++ b/renovate.json @@ -6,6 +6,10 @@ { "packageNames": ["automattic/jetpack-autoloader"], "rangeStrategy": "bump" + }, + { + "depTypeList": ["devDependencies"], + "schedule": "every month" } ] }