Renovate: Use `update-lockfile` as the rangeStrategy for cargo dependencies (#10582)

This commit is contained in:
Alex Waygood 2024-03-25 18:17:03 +00:00 committed by GitHub
parent bd07c13348
commit 21f63c57d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@
"pep621",
"npm",
],
"cargo": {
// See https://docs.renovatebot.com/configuration-options/#rangestrategy
"rangeStrategy": "update-lockfile",
},
"pep621": {
"fileMatch": [
"^(python|scripts)/.*pyproject\\.toml$",