Skip to content

Commit

Permalink
dependabot options: fix values for ignore update-types (#35818)
Browse files Browse the repository at this point in the history
Co-authored-by: mc <[email protected]>
  • Loading branch information
raboof and mchammer01 authored Jan 9, 2025
1 parent c1ec927 commit 296e269
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 296e269

Please sign in to comment.