freckle/mergeabot

Auto-merge Dependabot PRs, only after quarantine days

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
exclude-title-regexExclude PRs whose titles match this regular expressionyes""
quarantine-daysHow long PRs must have gone since their last update to qualify for auto-merge. Default is 5, Set to -1 to disable yes5
strategyHow to merge PRs, must be one of merge, rebase, or squashyesrebase
remove-reviewersRemove any reviewers from bot PRs when they open?yestrue
bot-authorsWhich PR authors to act on, one login per line. Not limited to bots -- any author login works. Defaults to Dependabot and Renovate; set to bot-authors: | dependabot[bot] to restrict to Dependabot only. yesdependabot[bot] renovate[bot]
github-actorOverride GitHub actor. This is mostly useful in testing.yes${{ github.actor }}
github-repositoryOverride GitHub repository, if necessaryyes${{ github.repository }}
github-tokenOverride GitHub token, if necessaryyes${{ github.token }}
dry-runSet to 1 to print, but not perform, any actionsyes0

no outputs