mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-15 00:56:26 +00:00
.. | ||
__fixtures__ | ||
__snapshots__ | ||
artifacts.spec.ts | ||
artifacts.ts | ||
extract.spec.ts | ||
extract.ts | ||
index.ts | ||
range.spec.ts | ||
range.ts | ||
readme.md | ||
types.ts |
Extracts dependencies from Cargo.toml
files, and also updates Cargo.lock
files too if found.
When using the default rangeStrategy=auto:
- If a "less than" instruction is found (e.g.
<2
) thenrangeStrategy=widen
will be selected, - Otherwise,
rangeStrategy=bump
will be selected.