Skip to content

Commit

Permalink
Merge pull request #36565 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Feb 28, 2025
2 parents 3121c7d + 1fb3c8e commit 0f1d6fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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

0 comments on commit 0f1d6fa

Please sign in to comment.