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$",