Skip to content

Commit 0f1d6fa

Browse files
authored
Merge pull request #36565 from github/repo-sync
Repo sync
2 parents 3121c7d + 1fb3c8e commit 0f1d6fa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,8 @@ When `open-pull-requests-limit` is defined:
360360

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

363+
<!--Note: When making updates to this section, please make sure any changes are also reflected in `data/reusables/dependabot/supported-package-managers.md`.-->
364+
363365
**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).
364366

365367
Package manager | YAML value | Supported versions |
@@ -396,7 +398,7 @@ Package manager | YAML value | Supported versions |
396398
| poetry | `pip` | v1 |
397399
| pub | `pub` | v2 |
398400
| Swift | `swift` | v5 |
399-
| Terraform | `terraform` | >= 0.13, <= 1.8.x |
401+
| Terraform | `terraform` | >= 0.13, <= 1.10.x |
400402
| yarn | `npm` | v1, v2, v3 |
401403

402404
## `pull-request-branch-name.separator` {% octicon "versions" aria-label="Version updates" height="24" %} {% octicon "shield-check" aria-label="Security updates" height="24" %}

data/reusables/dependabot/supported-package-managers.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!--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.-->
2+
13
Package manager | YAML value | Supported versions | Version updates | Security updates | Private repositories | Private registries | Vendoring |
24
---------------|------------------|------------------|:---:|:---:|:---:|:---:|:---:|
35
| {% ifversion dependabot-bun-support %} |

0 commit comments

Comments
 (0)