Automation script that automatically merges dependabot PRs
Dependabot auto merge workflow
Above script requires repo to have:
Allow squash merging
option enabledAllow auto-merge
option enabled- Optional: Branch protection rule with
Require status checks to pass before merging
option enabled.