@@ -26,7 +26,7 @@ pipenv | `pip` | <= 2021-05-29 | {% octicon "x" aria-label
|
||||
{% endif %}poetry | `pip` | v1 | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |{% ifversion fpt or ghec or ghes %}
|
||||
[pub](#pub) | `pub` | v2 | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} |{% endif %}{% ifversion dependabot-updates-swift-support %}
|
||||
[Swift](#swift) | `swift` | v5 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} (git only) | {% octicon "x" aria-label="Not supported" %} |{% endif %}
|
||||
Terraform | `terraform` | >= 0.13, <= 1.5.x | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | Not applicable |
|
||||
[Terraform](#terraform) | `terraform` | >= 0.13, <= 1.5.x | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | Not applicable |
|
||||
{% ifversion dependabot-yarn-v3-update %}[yarn](#yarn) | `npm` | v1, v2, v3 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}|{% else %}yarn | `npm` | v1 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | |
|
||||
{% endif %}
|
||||
|
||||
@@ -122,6 +122,13 @@ Private registry support applies to git registries only. Swift registries are no
|
||||
|
||||
{% ifversion dependabot-yarn-v3-update %}
|
||||
|
||||
#### Terraform
|
||||
|
||||
Terraform support includes:
|
||||
- Modules hosted on Terraform Registry or a publicly reachable Git repository.
|
||||
- Terraform providers.
|
||||
- Private Terraform Registry. You can configure access for private git repositories by specifying a git registry in your `dependabot.yml` file. For more information, see [`git`](/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#git).
|
||||
|
||||
#### yarn
|
||||
|
||||
Dependabot supports vendored dependencies for v2 onwards.
|
||||
|
||||
Reference in New Issue
Block a user