From 57cf6ab817f56a995674db53ab25f2e37f896247 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Wed, 12 Feb 2025 09:08:21 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Renovate:=20Enable=20version=20b?= =?UTF-8?q?umps=20in=20package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 02f159f..f6c6c0c 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -14,7 +14,9 @@ "minor", "patch", "pin" - ] + ], + "enabled": true, + "rangeStrategy": "bump" } ], "timezone": "America/Detroit"