actions-marketplace-validations/Auto Merge Dependency Updates

Automatically merge a PR that only contains dependency updates, based on some rules.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repo-tokenGitHub API token${{ github.token }}
allowed-actorsComma separated list of usernames auto merge is allowed foryes
allowed-update-typesComma separated list of types of updates that are allowed. Supported: [devDependencies|dependencies]:[major|minor|patch|premajor|preminor|prerelease]devDependencies:minor, devDependencies:patch
approveAutomatically approve the PR if it qualifies for auto mergetrue
use-auto-mergeEnable GitHub auto merge on the PR and exit instead of waiting for the checks to complete and merging. Auto merge must be enabled on the repo, and you should make sure this is a required status checkfalse
mergeMerge the PR if it qualifiestrue
merge-methodMerge method to use. Supported: "merge", "squash", "rebase"merge
package-block-listComma separated list of packages that auto merge should not be allowed forno
package-allow-listComma separated list of packages that auto merge should only be allowed for. Omit to allow all packagesno
namedescription
success"true" if the commit meets the criteria