1
0
mirror of synced 2026-01-04 09:06:46 -05:00
Files
docs/data/reusables/dependabot/supported-package-managers.md
mc f0f6f88d5a 2776 - Update Dependabot feature names in docs to reflect brand guide (#16291)
* update Dependabot variables

* update variables in docs

* update file names, titles and linked text

* fixing more anchors/links

* add redirects

* remove duplicate redirect from
2020-11-03 15:45:49 +00:00

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 %}