From 4f6f12609622d2dd856e9db260ff6c28cafca9f7 Mon Sep 17 00:00:00 2001 From: Sarah Kadar Date: Thu, 30 Jan 2025 16:09:19 +0000 Subject: [PATCH] ITSD-10254: Update Renovate Schedule Set Renovate to run on the first day of the month at 9 AM UTC. --- renovate.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 17c36d0..a9a832d 100644 --- a/renovate.json +++ b/renovate.json @@ -1,8 +1,10 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base", - "schedule:earlyMondays" + "config:base" + ], + "schedule": [ + "0 9 1 * *" ], "packageRules": [ {