-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mix): rename depTypes to
prod
& dev
- Loading branch information
Showing
3 changed files
with
38 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
The `mix` manager extracts dependencies for the `hex` datasource and uses Renovate's implementation of Hex SemVer to evaluate updates. | ||
The `mix` manager extracts prod for the `hex` datasource and uses Renovate's implementation of Hex SemVer to evaluate updates. | ||
|
||
The `mix` package manager itself is also used to keep the lock file up-to-date. | ||
|
||
The following `depTypes` are currently supported by the npm manager : | ||
The following `depTypes` are currently supported by the mix manager : | ||
|
||
- `dependencies` | ||
- `devDependencies` | ||
- `prod`: all dependencies by default | ||
- `dev`: dependencies with [`:only` option](https://hexdocs.pm/mix/1.18.1/Mix.Tasks.Deps.html#module-dependency-definition-options) not containing `:prod` |