chore(ci): migrate dependabot-auto-merge to reusable caller#160
Merged
Conversation
Replace 4.5 KB inline blob (dependabot/fetch-metadata@v3) with a 10-line caller of docdyhr/.github/.github/workflows/claude-dependabot-merge.yml@v1. Behaviour change: was event-driven (pull_request_target), now schedule-based (Sunday 06:00 UTC) with Claude reviewing semantics before merging.
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideReplaces the previous inline Dependabot auto-merge workflow with a minimal caller to a centralized reusable Claude-driven Dependabot merge workflow, and changes execution from event-based pull_request_target to a scheduled + manual-dispatch model with inherited secrets and cost/scope controls. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
🔒 Security Analysis ReportSecurity Analysis ReportGenerated: Wed May 20 03:55:43 UTC 2026 Bandit Security ScanSafety Check ResultsPip-Audit Results |
Comment on lines
+10
to
+14
| uses: docdyhr/.github/.github/workflows/claude-dependabot-merge.yml@v1 | ||
| secrets: inherit | ||
| with: | ||
| max_budget_usd: "0.30" | ||
| scope: all No newline at end of file |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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
Replaces the 4.5 KB inline
dependabot-auto-merge.yml(using deprecateddependabot/fetch-metadata@v3) with a 10-line caller of the centralised reusable workflow atdocdyhr/.github.Behaviour change
pull_request_target(event-driven, immediate)scheduleSunday 06:00 UTC +workflow_dispatchfetch-metadata@v3)docdyhr/.githubThis aligns versiontracker with the docdyhr standard (callers only, no inline blobs). Part of the Tier 2 sweep.
Test plan
workflow_dispatchafter merge to confirm Claude can reach versiontracker withGH_ORG_TOKEN🤖 Generated with Claude Code
Summary by Sourcery
CI: