Skip to content

Add Dependabot auto-merge workflow - #118

Merged
lionello merged 1 commit into
mainfrom
ci/dependabot-automerge
Sep 4, 2026
Merged

Add Dependabot auto-merge workflow#118
lionello merged 1 commit into
mainfrom
ci/dependabot-automerge

Conversation

@defangdevs

Copy link
Copy Markdown
Contributor

Summary

Adds the same dependabot-automerge.yml workflow already used in defang, defang-mvp, pulumi-defang, portal, samples, defang-docs, defang-github-action, and homebrew-defang: auto-approve and enable auto-merge for Dependabot PRs that are patch/minor version bumps (major bumps are left for manual review).

gh pr merge --auto defers the actual merge until this repo's required review + thread-resolution rule is satisfied (the auto-approve step here satisfies the review requirement) and any required status checks pass.

Note

This repo currently has "Allow auto-merge" disabled in repo settings (allow_auto_merge: false), and my token doesn't have admin on this repo to flip it — the workflow's gh pr merge --auto call will fail until that's turned on.

Test plan

Same pattern as defang, defang-mvp, pulumi-defang, portal, samples,
defang-docs, defang-github-action, homebrew-defang: auto-approve and
auto-merge Dependabot PRs that are patch/minor version bumps, once
required checks and reviews pass.
@lionello
lionello merged commit 1ec268a into main Sep 4, 2026
5 of 6 checks passed
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