From 871028175b92a7c5939fa93ced9785bba9b83667 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Mon, 6 Oct 2025 12:45:59 +0300 Subject: [PATCH] chore: update renovate.json --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 2b42fb1..17f96ea 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" - ] + ], + "rangeStrategy": "bump" }