build: add Dependabot auto-merge workflow#105
Merged
github-actions[bot] merged 1 commit intomainfrom Jan 9, 2026
Merged
Conversation
b5358c7 to
7812476
Compare
jrdh
previously approved these changes
Jan 5, 2026
c9e5249 to
45e084a
Compare
jrdh
previously approved these changes
Jan 8, 2026
81a3024 to
86dd5b8
Compare
86dd5b8 to
29ddc06
Compare
jrdh
approved these changes
Jan 8, 2026
🎉 Success! 🎉PR successfully Fast Forward merged in ✅. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request replaces the previous Dependabot auto-approve workflow with a new, more robust auto-merge workflow. The new workflow ensures that Dependabot pull requests for minor and patch updates are automatically approved and merged only after all required checks have passed and the PR is up-to-date with the base branch. It also handles concurrency issues and provides detailed status comments on the PR.
Replacement and enhancement of Dependabot automation:
.github/workflows/dependabot-auto-approve.ymlworkflow, which only auto-approved eligible Dependabot PRs..github/workflows/dependabot-auto-merge.ymlworkflow that not only auto-approves but also fast-forward merges eligible Dependabot PRs once all checks are complete and the PR is strictly up-to-date.Key features of the new workflow: