Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ When `open-pull-requests-limit` is defined:

## `package-ecosystem` {% octicon "versions" aria-label="Version updates only" height="24" %}

<!--Note: When making updates to this section, please make sure any changes are also reflected in `data/reusables/dependabot/supported-package-managers.md`.-->

**Required option.** Define one `package-ecosystem` element for each package manager that you want {% data variables.product.prodname_dependabot %} to monitor for new versions. The repository must also contain a dependency manifest or lock file for each package manager, see [Example `dependabot.yml` file](/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates#example-dependabotyml-file).

Package manager | YAML value | Supported versions |
Expand Down Expand Up @@ -396,7 +398,7 @@ Package manager | YAML value | Supported versions |
| poetry | `pip` | v1 |
| pub | `pub` | v2 |
| Swift | `swift` | v5 |
| Terraform | `terraform` | >= 0.13, <= 1.8.x |
| Terraform | `terraform` | >= 0.13, <= 1.10.x |
| yarn | `npm` | v1, v2, v3 |

## `pull-request-branch-name.separator` {% octicon "versions" aria-label="Version updates" height="24" %} {% octicon "shield-check" aria-label="Security updates" height="24" %}
Expand Down
2 changes: 2 additions & 0 deletions data/reusables/dependabot/supported-package-managers.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!--Note: When making updates to this reusable, please make sure any changes are also reflected in `content/code-security/dependabot/dependabot-options-reference.md`, under the `package-ecosystem` section.-->

Package manager | YAML value | Supported versions | Version updates | Security updates | Private repositories | Private registries | Vendoring |
---------------|------------------|------------------|:---:|:---:|:---:|:---:|:---:|
| {% ifversion dependabot-bun-support %} |
Expand Down