Skip to content

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

Merged
proxymesh merged 3 commits into
mainfrom
feat/dependabot-auto-approve-merge
Jun 23, 2026
Merged

Add Dependabot auto-approve/auto-merge workflow#26
proxymesh merged 3 commits into
mainfrom
feat/dependabot-auto-approve-merge

Conversation

@proxymeshai

@proxymeshai proxymeshai commented Apr 14, 2026

Copy link
Copy Markdown
Collaborator

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
@proxymesh proxymesh merged commit 3f50fb2 into main Jun 23, 2026
9 checks passed
@proxymesh proxymesh deleted the feat/dependabot-auto-approve-merge branch June 23, 2026 13:40
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.

2 participants