actions-marketplace-validations/Dependabot Auto Merge
Automatically merge Dependabot PRs when version comparison is within range
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 20, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/ahmadnassri_action-dependabot-auto-merge@4b9c6f0185a1c94f18bc293dc050c8c073b4fcc8 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to merge the pull-request | yes | — |
| config | Path to configuration file (relative to root) | no | .github/auto-merge.yml |
| command | The command to pass to Dependabot as a comment | no | merge |
| botName | The bot to tag in approve/comment message. You can use this to create your own merge bot. | no | dependabot |
| approve | Auto-approve pull-requests | no | true |
| target | The version comparison target (major, minor, patch). This is ignored if .github/auto-merge.yml exists | no | patch |
Outputs
no outputs