From 79f1ef611622faaca007902282f940fa78fa4ec1 Mon Sep 17 00:00:00 2001 From: Sascha Date: Mon, 10 Jun 2024 22:25:53 +0200 Subject: [PATCH] fix: typo dependabot configuration (#33409) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- .../dependabot-version-updates-supported-options-for-groups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/dependabot/dependabot-version-updates-supported-options-for-groups.md b/data/reusables/dependabot/dependabot-version-updates-supported-options-for-groups.md index e4ecb1fad5..593cabff7a 100644 --- a/data/reusables/dependabot/dependabot-version-updates-supported-options-for-groups.md +++ b/data/reusables/dependabot/dependabot-version-updates-supported-options-for-groups.md @@ -2,7 +2,7 @@ When you first configure a group, you specify a group name that will display in Option | Description | -------|-------------| -| `applies-to` | Use to specify a whether the rules in the group apply to version updates or security updates. `applies-to` can be `version-updates` or `security-updates`. | +| `applies-to` | Use to specify whether the rules in the group apply to version updates or security updates. `applies-to` can be `version-updates` or `security-updates`. | | `dependency-type` | Use to specify a dependency type to be included in the group. `dependency-type` can be `development` or `production`. | | `patterns` | Use to define strings of characters that match with a dependency name (or multiple dependency names) to include those dependencies in the group. | | `exclude-patterns` | Use to exclude certain dependencies from the group. If a dependency is excluded from a group, {% data variables.product.prodname_dependabot %} will continue to raise single pull requests to update the dependency to its latest version. |