mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 13:51:37 +00:00
Renovate: Use update-lockfile
as the rangeStrategy for cargo dependencies (#10582)
This commit is contained in:
parent
bd07c13348
commit
21f63c57d5
1 changed files with 4 additions and 0 deletions
4
.github/renovate.json5
vendored
4
.github/renovate.json5
vendored
|
@ -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$",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue