halostatue/Enable Automerge for Dependabot

Enables GitHub Automerge for Dependabot PRs

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repo-tokenThe GitHub token for this action. Requires `pull-requests: write` permission. yes${{ github.token }}
update-typeThe 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. nopatch
merge-typeThe 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. noauto

no outputs