From 263ff34690da430617766d399738ffcb1a507783 Mon Sep 17 00:00:00 2001 From: Adam Daley Date: Wed, 2 Sep 2026 07:20:58 +0100 Subject: [PATCH] Change Renovate schedule from weekly to daily --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index afea9251..26e979a9 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:best-practices", - "schedule:weekly", + "schedule:daily", "security:minimumReleaseAgeNpm", ":automergeBranch", ":automergeDigest",