From de89af200e1c5311d52fcb0114150c8860801df0 Mon Sep 17 00:00:00 2001 From: waldronmatt Date: Sun, 15 Oct 2023 10:18:16 -0400 Subject: [PATCH] ci(renovate.json): add monthly check schedule --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 8c917067..cbaa68e4 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:base"], + "schedule": ["before 4am on the first day of the month"], "packageRules": [ { "description": "Automerge non-major updates while ignoring < 1.0.0 releases",