From 24716de86b6a6f84091d877c11832f659527ded0 Mon Sep 17 00:00:00 2001 From: Adam Daley Date: Wed, 2 Sep 2026 07:27:41 +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 afea925..26e979a 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",