Automerge passing dependabot changes
Open
Component - Testing
- Dominant language
- C
- Stars
- 988
- Forks
- 355
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 12
Description
Update the Dependabot action to Auto-merge Dependabot PRs when tests pass.
Requirements:
- [ ] Branch protection rules must be configured with required status checks (your test workflows). This is what prevents merging before tests pass.
- [ ] Auto-merge must be enabled in repo settings.
- [ ] The --auto flag on gh pr merge does not merge immediately — it queues the merge to happen only after all required checks succeed. If tests fail, the PR stays open.
Contributor guide
Assessment
This issue has not been assessed yet.