From b42fef66a30c34166bf658ae1f455669f9b1f3a0 Mon Sep 17 00:00:00 2001 From: Michael Avoyan <64565419+michaelavoyan@users.noreply.github.com> Date: Tue, 5 Nov 2024 11:20:43 +0200 Subject: [PATCH] schedule Renovate PRs for once a week on Sunday at 9am --- renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 5db72dd..06ea4d4 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" - ] + ], + "schedule": ["every sunday at 9am"], + "timezone": "Asia/Jerusalem" }