From e93a97eb704b665fd098772b81f988714c15b163 Mon Sep 17 00:00:00 2001 From: Marcos Pereira Date: Thu, 9 May 2024 14:16:56 -0400 Subject: [PATCH] renovate: configure scheduling --- .github/renovate.json5 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 044b8a3..4ab535b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -5,6 +5,9 @@ "extends": [ "config:recommended" ], + // scheduling docs: https://docs.renovatebot.com/key-concepts/scheduling/ + "timezone": "America/Toronto", + "schedule": ["after 7am on friday"], // https://docs.renovatebot.com/configuration-options/#rebasewhen "rebaseWhen": "conflicted", "packageRules": [