From 4ed9116b31fcc4b296cbd92cd47e7e67d8f9ec02 Mon Sep 17 00:00:00 2001 From: Faustine Mastrodicasa Date: Thu, 12 Oct 2023 21:19:51 -0400 Subject: [PATCH] configure renovate to execute on first day of the month (#72) --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 39a2b6e..adeb8cb 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" - ] + ], + "schedule": ["before 4am on the first day of the month"] }