From 21f63c57d554d102ca5d8934c1197574cfd6622f Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Mon, 25 Mar 2024 18:17:03 +0000 Subject: [PATCH] Renovate: Use `update-lockfile` as the rangeStrategy for cargo dependencies (#10582) --- .github/renovate.json5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1d07ea63be..c9462e5bac 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -13,6 +13,10 @@ "pep621", "npm", ], + "cargo": { + // See https://docs.renovatebot.com/configuration-options/#rangestrategy + "rangeStrategy": "update-lockfile", + }, "pep621": { "fileMatch": [ "^(python|scripts)/.*pyproject\\.toml$",