From 298993289c0b2c236bcf9aea3d185656f28df1b1 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Mon, 7 Aug 2023 11:44:33 -0700 Subject: [PATCH] chore: changes renovate to bump --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 89f703bb..17c3c08d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:base", "schedule:weekly", "group:allNonMajor", ":automergeMinor"], - "rangeStrategy": "pin" + "rangeStrategy": "bump" }