buluma/Auto Merge Dependabot Updates

Automatically merge a PR that only contains dependabot 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 for.yes
allowed-update-typesComma separated list of types of updates that are allowed. Supported: [devDependencies|dependencies]:[major|minor|patch]devDependencies:minor, devDependencies:patch
approveAutomatically approve the PR if it qualifies for auto merge.true
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 for.no
package-allow-listComma separated list of packages that auto merge should only be allowed for. Omit to allow all packages.no
extra-allowed-filesComma separated list of additional files that are allowed to be modified in the PR (e.g., "src/__mocks__/@actions/core.ts").no
allow-github-actions-workflow-updatesAllow modified workflow files under .github/workflows/*.yml and .yaml.nofalse
allowed-workflow-filesComma separated list of workflow files allowed to change when allow-github-actions-workflow-updates is true (e.g., ".github/workflows/ci.yml"). Omit to allow any workflow file.no
allow-prerelease-updatesAllow dependency updates where either old or new version is a prerelease (contains a hyphen suffix).nofalse
namedescription
success"true" if the commit meets the criteria