Skip to content

Commit

Permalink
dependabot options: fix values for ignore update-types
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof authored Jan 3, 2025
1 parent d25344a commit b62d108
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ When `ignore` is used {% data variables.product.prodname_dependabot %} uses the
|------------|---------|
| `dependency-name` | Ignore updates for dependencies with matching names, optionally using `*` to match zero or more characters. |
| `versions` | Ignore specific versions or ranges of versions. |
| `update-types` | Ignore updates to one or more semantic versioning levels. Supported values: `sem-ver:minor`, `sem-ver:patch`, and `sem-ver:major`. |
| `update-types` | Ignore updates to one or more semantic versioning levels. Supported values: `version-update:semver-minor`, `version-update:semver-patch`, and `version-update:semver-major`. |

### `dependency-name` (`ignore`)

Expand Down

0 comments on commit b62d108

Please sign in to comment.