From 7f98a1f801271332cb4b4ee13b22c26e35af9476 Mon Sep 17 00:00:00 2001 From: Alexander Lichter Date: Tue, 8 Oct 2019 13:46:31 +0200 Subject: [PATCH] chore: set up renovate for 1x a week --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 217d821..7c7c1c4 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "extends": [ - "@nuxtjs" + "@nuxtjs", + "schedule:earlyMonday" ] }