chore(dependabot): ignore LLM provider SDKs (owned by maestro-llms)#225
Merged
Conversation
Post maestro-llms cut-over, anthropic-sdk-go / openai-go / genai are indirect deps with zero direct imports in Maestro; their versions are pinned and CI-validated by maestro-llms. Bumping them in Maestro's go.mod only forces an untested transitive version under the toolkit. Ignore them here so dependabot stops generating misdirected PRs; the bump that matters (github.com/SnapdragonPartners/maestro-llms) is still tracked. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
There was a problem hiding this comment.
Pull request overview
Adds Dependabot ignore rules for three LLM provider SDKs (anthropic-sdk-go, openai-go, genai) that became indirect dependencies after the maestro-llms cut-over in #223. Version management for these SDKs now happens upstream in maestro-llms, so Dependabot PRs against Maestro's go.mod would only pin untested transitive versions.
Changes:
- Add
ignoreentries for the three LLM SDK modules under the Go modules Dependabot config - Document rationale inline explaining the ownership shift to maestro-llms
This was referenced May 19, 2026
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.
Post maestro-llms cut-over (#223),
anthropic-sdk-go/openai-go/genaihave zero direct imports in Maestro — they're indirect deps whose versions are pinned and CI-validated bymaestro-llms. Dependabot bumping them in Maestro's go.mod only forces an untested transitive version under the toolkit (invisible to maestro-llms CI).Adds
ignorerules for the three so dependabot stops generating misdirected PRs (e.g. #216, #212, being closed). The dependency that matters —github.com/SnapdragonPartners/maestro-llms— stays tracked, and SDK bumps flow in through it once adopted upstream.🤖 Generated with Claude Code