* update Dependabot variables * update variables in docs * update file names, titles and linked text * fixing more anchors/links * add redirects * remove duplicate redirect from
832 B
832 B
| Package manager | Supports vendoring |
|---|---|
Bundler: bundler |
X |
Cargo: cargo |
|
Composer: composer |
|
Docker: docker |
|
Elm: elm |
|
git submodule: gitsubmodule |
|
GitHub Actions: github-actions |
|
Go modules: gomod |
X |
Gradle: gradle |
|
Maven: maven |
|
Mix: mix |
|
npm: npm |
|
NuGet: nuget |
|
pip: pip |
|
Terraform: terraform |
{% note %}
Note: {% data variables.product.prodname_dependabot %} also supports the following package managers:
-yarn (v1 only) (specify npm)
-pipenv, pip-compile, and poetry (specify pip)
For example, if you use poetry to manage your Python dependencies and want {% data variables.product.prodname_dependabot %} to monitor your dependency manifest file for new versions, use package-ecosystem: "pip" in your dependabot.yml file.
{% endnote %}