mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-15 09:06:25 +00:00
8 lines
341 B
Markdown
8 lines
341 B
Markdown
The following `depTypes` are currently supported by the npm manager :
|
|
|
|
- `dependencies`
|
|
- `devDependencies`
|
|
- `optionalDependencies`
|
|
- `peerDependencies`
|
|
- `engines` : Renovate will update any `node`, `npm` and `yarn` version specified under `engines`.
|
|
- `volta` : Renovate will update any `node` and `yarn` version specified under `volta`.
|