halostatue/Enable Automerge for Dependabot
Enables GitHub Automerge for Dependabot PRs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | The GitHub token for this action. Requires `pull-requests: write` permission. | yes | ${{ github.token }} |
| update-type | The highest level of update that can be automatically merged. The default value is `patch`; supported values are `major`, `minor`, and `patch`. Automatic merge for `major` is not recommended. | no | patch |
| merge-type | The type of merge to be applied. Supported values are `auto`, `merge`, `rebase`, and `squash`. If `auto` is specified, this action will check the current repo whether merge commits, squash commits, and/or rebase commits are permitted (in that order). The first one enabled will be selected. | no | auto |
Outputs
no outputs