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

View file

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