Skip to content

Add Dependabot auto-merge workflow - #30

Merged
adamtheturtle merged 1 commit into
mainfrom
add-dependabot-auto-merge
Aug 10, 2026
Merged

Add Dependabot auto-merge workflow#30
adamtheturtle merged 1 commit into
mainfrom
add-dependabot-auto-merge

Conversation

@adamtheturtle

@adamtheturtle adamtheturtle commented Aug 9, 2026

Copy link
Copy Markdown
Owner

Adds the Dependabot auto-merge workflow already used across the other repositories in Coding-Project-TODOs, so Dependabot PRs merge themselves once required checks pass.


Note

Low Risk
CI-only automation scoped to Dependabot PRs; no application or runtime code changes.

Overview
Adds a new GitHub Actions workflow Dependabot auto-merge that runs on every pull_request event.

When the PR author is dependabot[bot], the job enables auto-merge via gh pr merge --auto --merge, so the PR merges automatically once branch protection and required checks pass. The workflow grants contents: write and pull-requests: write and uses GITHUB_TOKEN for the CLI.

Reviewed by Cursor Bugbot for commit 389ecb7. Bugbot is set up for automated code reviews on this repo. Configure here.

@adamtheturtle
adamtheturtle merged commit aeb2d2b into main Aug 10, 2026
5 checks passed
@adamtheturtle
adamtheturtle deleted the add-dependabot-auto-merge branch August 10, 2026 09:05
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.

1 participant