| update_command | A command to update all dependencies | no | just update-dependencies |
| on_changes_command | A command to run after dependencies have been updated | no | — |
| token | The token that the action will use to create and update the pull request. | — | ${{ github.token }} |
| commit_message | Commit message if changes found | no | chore: update-dependencies |
| pr_title | Title for the PR | no | Update dependencies |
| pr_label | Label to apply to PRs created by the action | no | — |
| pr_body | The body of the PR | no | Automated changes by [update-dependencies-action](https://github.com/bennettoxford/update-dependencies-action) |
| automerge | Enable automerge on PRs created by the action | — | true |
| sign-commits | Sign commits as `github-actions[bot]` when using `GITHUB_TOKEN`, or your own bot when using GitHub App tokens. | — | true |