From c48ec2853ecdbf65975d7b5bcc90d7c096ae2f41 Mon Sep 17 00:00:00 2001 From: Christopher Allford Date: Tue, 31 Dec 2019 14:06:26 -0800 Subject: [PATCH] Corrected the format for the dev dependency schedule --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index c330559932d..40aaeb69687 100644 --- a/renovate.json +++ b/renovate.json @@ -9,7 +9,7 @@ }, { "depTypeList": ["devDependencies"], - "schedule": "every month" + "extends": ["schedule:monthly"] } ] }