feat: reusable dependabot-automerge workflow (S-konservoppnaren)#3
Open
Mr-RedHat-fb wants to merge 1 commit into
Open
feat: reusable dependabot-automerge workflow (S-konservoppnaren)#3Mr-RedHat-fb wants to merge 1 commit into
Mr-RedHat-fb wants to merge 1 commit into
Conversation
Operator decision (2026-07-02): the operator never sees Dependabot PRs; fleet opens the tins. This adds the mechanics half of that policy as a workflow_call reusable, following the same one-source-of-truth discipline as go-bash-ci.yml — semver-level decision comes from Dependabot's own metadata (dependabot/fetch-metadata), not string-matching the PR title. minor/patch -> gh pr merge --auto (repo's own required checks still gate the actual merge; this workflow never bypasses branch protection or org rulesets). major -> left untouched for a human. Not wired into any consumer repo yet — rollout is a deliberate follow-up per repo, alongside the one-time `gh repo edit --enable-auto-merge` and a FLEET_MERGE_TOKEN secret each consumer must set. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0178WxRJfA1zsYd7X1phqdsv
PR Analysis SummaryChange Metrics
Risk factors:
Classification
Files by Type
💡 Recommendations
Analyzed by Woden Tagger • Automated PR insights for better code reviews
💡 Want enhanced Github Projects/Notes and to turn Issues into a Service Desk? Check out Woden Desk |
|
| steps: | ||
| - name: Fetch Dependabot metadata | ||
| id: metadata | ||
| uses: dependabot/fetch-metadata@v2 |
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.




Summary
Test plan