From c5460b2a048b1842301b837f79e6a04817c8a780 Mon Sep 17 00:00:00 2001 From: Wes McNamee Date: Tue, 14 Apr 2026 10:27:18 -0400 Subject: [PATCH] =?UTF-8?q?ci(renovate):=20=F0=9F=A4=96=20=20run=20renovat?= =?UTF-8?q?e=20less=20often=20(1/day)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/renovate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 4f209e3c..1bfca724 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -7,8 +7,9 @@ on: runner: type: string description: "runner to use for non-reusable jobs" + # Run once a day at 3 AM UTC schedule: - - cron: "0 * * * *" # run hourly + - cron: "0 3 * * *" push: branches: - main