From d3baa2a1c6ce8419164843c81fdc13e558af3666 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sun, 11 Feb 2018 11:54:57 +0100 Subject: [PATCH] chore(deps): force renovate to resolve only 1 day per month --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index dbe9f626a..25cf55014 100644 --- a/renovate.json +++ b/renovate.json @@ -2,6 +2,6 @@ "extends": [ "config:base" ], - "schedule": "on the last day of the month", + "schedule": ["on the last day of the month"], "excludePackageNames": ["lunr", "react-syntax-highlighter"] }