Skip to content

Commit

Permalink
Fix markdown table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eliihen authored Aug 14, 2024
1 parent 322f4ba commit 9dee4b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ permissions:
The configfile is currently the only input. The configfile at `.github/auto-merge.json` supports the following values:

| Key | Type | Required | Description |
| --- | ---- | -------- | ----------- |
| `[].match.dependency_name` | string | true | The name of the dependency as it appears on the Dependabot PR |
| `[].match.update_type` | string | true | Which changes should be merged. Currently supports `semver:patch`, `semver:minor` and `semver:major`. The type includes all lower tiers, for example `semver:minor` includes patch changes |

Expand Down

0 comments on commit 9dee4b9

Please sign in to comment.