mirror of https://github.com/astral-sh/ruff
Renovate: Use `update-lockfile` as the rangeStrategy for cargo dependencies (#10582)
This commit is contained in:
parent
bd07c13348
commit
21f63c57d5
|
|
@ -13,6 +13,10 @@
|
|||
"pep621",
|
||||
"npm",
|
||||
],
|
||||
"cargo": {
|
||||
// See https://docs.renovatebot.com/configuration-options/#rangestrategy
|
||||
"rangeStrategy": "update-lockfile",
|
||||
},
|
||||
"pep621": {
|
||||
"fileMatch": [
|
||||
"^(python|scripts)/.*pyproject\\.toml$",
|
||||
|
|
|
|||
Loading…
Reference in New Issue