From b0082e8faf72bcc03f9d5c76d623dec6c4403719 Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Thu, 14 Dec 2023 14:34:12 -0500 Subject: [PATCH] renovate: Change stategy to update-lockfile Support for this strategy was added recently: https://github.com/renovatebot/renovate/issues/22820. It seems that at the same time the behavior of the "replace" strategy changed, causing PRs to be opened with unnecessary changes to Cargo.toml. --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 7976908..66f6d67 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,7 +10,7 @@ "on wednesday" ] }, - "rangeStrategy": "replace", + "rangeStrategy": "update-lockfile", "schedule": [ "on wednesday" ]