From fb3105e291c35706516270e1cc82cd38562057b8 Mon Sep 17 00:00:00 2001 From: Ryan Fox-Tyler <60440289+ryanfoxtyler@users.noreply.github.com> Date: Fri, 14 Feb 2025 20:52:04 -0500 Subject: [PATCH] Update renovate.json --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 6bd88fb87..fa15fb0dc 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,4 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>hypermodeinc/renovate-config"] + "extends": ["github>hypermodeinc/renovate-config"], + "rangeStrategy": "widen" }