From 31cc01bd45af243361ea45c73501a279657701e7 Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Sat, 22 May 2021 21:06:48 +0700 Subject: [PATCH] chore: set renovate on weekly schedule --- renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 31c364a..275c2d9 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,7 @@ "extends": [ "config:base" ], - "rangeStrategy": "bump" + "rangeStrategy": "bump", + "timezone": "Asia/Jakarta", + "schedule": "before 5am on saturday" }