Isolate specialized Dependabot updates - #612
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
Misplaced and incomplete exclusions leave protected dependencies exposed to fallback groups.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Review tier: Balanced
Findings: 2
New issues introduced by this change (2)
| Severity | Finding |
|---|---|
.github/dependabot.yml — This exclusion block is nested in the Parts 5/6 update unit, which has no matching specialized… |
|
.github/dependabot.yml — These exclusions are attached to the Part 9 fallback, but they match Part 11's specialized sets.… |
What changed in this PR
Updates Dependabot grouping and review guidance to isolate specialized dependencies and reconcile repaired PR metadata.
Changes:
- Adds fallback-group exclusions.
- Requires metadata and review-thread reconciliation.
- Adds AI framework validation guidance.
| File | Review |
|---|---|
docs/instructor/DEPENDENCY_POLICY.md |
Adds repaired-PR reconciliation requirements. |
.github/skills/dependency-update-review/SKILL.md |
Expands repair and validation guidance. |
.github/dependabot.yml |
Requires changes: exclusions are assigned to incorrect update units, leaving Part 9 major/routine and Part 11 routine fallbacks insufficiently isolated. Two moderate findings (2 votes and 1 vote). |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
All reviewed changes have no unresolved issues, and the reported validation passed.
Review tier: Balanced
Findings: None
Issues resolved since last review (2)
| Severity | Finding |
|---|---|
.github/dependabot.yml — These exclusions are attached to the Part 9 fallback, but they match Part 11's specialized sets.… View resolved comment |
|
.github/dependabot.yml — This exclusion block is nested in the Parts 5/6 update unit, which has no matching specialized… View resolved comment |
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
exclude-patternsso wildcard routine and major groups cannot absorb protected, template-bound, Aspire, or ingestion dependenciesWhy
Dependabot opened protected-only PRs #605, #607, and #608, then superseded them with routine PRs #609, #610, and #611 because the wildcard fallback groups still matched the protected packages. Repairing those routine PRs also left their generated descriptions inconsistent with the final diffs until review caught the mismatch.
This change makes specialized groups mutually exclusive with their fallback groups and records metadata reconciliation as part of the repair workflow.
Validation
npx --yes markdownlint-cli '.github/skills/dependency-update-review/SKILL.md' 'docs/instructor/DEPENDENCY_POLICY.md'npx --yes markdown-link-check@3 --config .markdown-link-check.json --quiet --retry '.github/skills/dependency-update-review/SKILL.md' 'docs/instructor/DEPENDENCY_POLICY.md'git diff --check