Skip to content

Add Dependabot auto-approve/auto-merge workflow#26

Open
proxymeshai wants to merge 3 commits intomainfrom
feat/dependabot-auto-approve-merge
Open

Add Dependabot auto-approve/auto-merge workflow#26
proxymeshai wants to merge 3 commits intomainfrom
feat/dependabot-auto-approve-merge

Conversation

@proxymeshai
Copy link
Copy Markdown
Collaborator

@proxymeshai proxymeshai commented Apr 14, 2026

Summary

  • add a workflow that runs on Dependabot pull request events
  • auto-approve Dependabot PRs and enable GitHub auto-merge
  • keep approval/merge steps idempotent so synchronize reruns do not fail

Test plan

  • run actionlint .github/workflows/dependabot_auto_approve_merge.yml
  • open a Dependabot PR and confirm it receives approval
  • verify auto-merge is enabled and merges after required checks pass

Cursor added 3 commits April 14, 2026 14:50
Automatically approve Dependabot PRs and enable auto-merge so updates land once required status checks pass.

Made-with: Cursor
Trigger each language integration workflow for all pull requests so checks can be required, while skipping setup and tests unless relevant files changed.

Made-with: Cursor
Use a dedicated paths-filter job and gate each integration job with jobs.if so skipped checks stay clean and still satisfy required-check reporting.

Made-with: Cursor
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