Skip to content

ci: add dependabot auto-merge workflow#225

Merged
bdraco merged 1 commit into
mainfrom
koan/dependabot-auto-merge
May 16, 2026
Merged

ci: add dependabot auto-merge workflow#225
bdraco merged 1 commit into
mainfrom
koan/dependabot-auto-merge

Conversation

@bluetoothbot
Copy link
Copy Markdown
Contributor

@bluetoothbot bluetoothbot commented May 15, 2026

What

Add .github/workflows/auto-merge.yml to auto-merge Dependabot PRs after CI passes.

Why

Closes #224. Mirrors the workflow already in use on habluetooth, eliminating manual review of routine dependency bumps.

How

Triggers on pull_request_target when the actor is dependabot[bot], fetches metadata, and enables GitHub's native auto-merge with --squash. CI still gates the actual merge.

Testing

Workflow file is identical to the one running in habluetooth and validated there. No app code touched.


Quality Report

Changes: 1 file changed, 22 insertions(+)

Code scan: clean

Tests: failed (FAILED)

Branch hygiene: clean

Generated by Kōan post-mission quality pipeline

Mirrors the auto-merge.yml used in habluetooth so Dependabot PRs that pass
CI are squashed automatically.

Closes #224
@codecov
Copy link
Copy Markdown

codecov Bot commented May 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (47368a8) to head (6953e02).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #225   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          248       248           
  Branches        37        37           
=========================================
  Hits           248       248           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented May 15, 2026

Merging this PR will not alter performance

✅ 9 untouched benchmarks


Comparing koan/dependabot-auto-merge (6953e02) with main (47368a8)

Open in CodSpeed

@bdraco
Copy link
Copy Markdown
Member

bdraco commented May 16, 2026

have to setup deploy keys first to bypass the protection required for this

@bdraco bdraco marked this pull request as ready for review May 16, 2026 16:00
@bdraco bdraco merged commit 45d3694 into main May 16, 2026
48 checks passed
@bdraco bdraco deleted the koan/dependabot-auto-merge branch May 16, 2026 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

this repo needs dependabot auto merge like habluetooth

2 participants