Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ci(deps): auto-approve / auto-merge dependencies from dependabot#92

Merged
mwbrooks merged 1 commit intomainfrom
mwbrooks-dependabot-auto-merge
Feb 4, 2026
Merged

ci(deps): auto-approve / auto-merge dependencies from dependabot#92
mwbrooks merged 1 commit intomainfrom
mwbrooks-dependabot-auto-merge

Conversation

Copy link
Member

mwbrooks commented Feb 4, 2026

Summary

Add a GitHub Actions workflow to auto-approve and auto-merge Dependabot pull requests for patch and minor version updates.

This reduces maintenance burden by automatically handling low-risk dependency updates while still requiring manual review for major version bumps.

Repository Settings Required

To enable auto-merge functionality, the following repository settings must be configured:

  • Settings - General - Pull Requests

    • Allow auto-merge
  • Settings - Branches - main branch protection rule

    • Require status checks to pass before merging
      • Add required checks: Build, Unit Tests
  • Settings - Actions - General - Workflow permissions

    • Allow GitHub Actions to create and approve pull requests

Requirements (place an x in each [ ])

mwbrooks requested a review from a team as a code owner February 4, 2026 00:20
mwbrooks added dependencies Pull requests that update a dependency file semver:patch labels Feb 4, 2026
Copy link

codecov bot commented Feb 4, 2026 *
edited
Loading

Codecov Report

All modified and coverable lines are covered by tests.
Project coverage is 94.68%. Comparing base (7d9a5cf) to head (7a7e361).
Report is 1 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@
## main #92 +/- ##
=======================================
Coverage 94.68% 94.68%
=======================================
Files 11 11
Lines 207 207
=======================================
Hits 196 196
Misses 11 11

View full report in Codecov by Sentry.
Have feedback on the report? Share it here.

New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

mwbrooks self-assigned this Feb 4, 2026
zimeg approved these changes Feb 4, 2026
Copy link
Member

zimeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - clean dependabot auto-merge workflow

mwbrooks reacted with hooray emoji
Copy link
Member Author

mwbrooks commented Feb 4, 2026

Thanks @zimeg for the quick review!

Everything was configured correctly on this PR and I did not add any additional required status checks.

mwbrooks merged commit ed1b892 into main Feb 4, 2026
19 checks passed
mwbrooks deleted the mwbrooks-dependabot-auto-merge branch February 4, 2026 03:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

zimeg zimeg approved these changes

Assignees

mwbrooks

Labels

dependencies Pull requests that update a dependency file semver:patch

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants