feat(security): git-steer owns remediation — disable Dependabot auto-fixes - #87
Merged
Conversation
…fixes ADR-007 single-channel policy. The heartbeat enabled Dependabot's automated-security-fixes on every managed repo, which made Dependabot open its OWN ungated security PRs for the same CVEs git-steer remediates through the gated, per-package worker — two systems patching the same vulnerabilities, one verified and one not. The enforce step now keeps vulnerability ALERTS enabled (git-steer's OBSERVE source) but DISABLES automated-security-fixes (DELETE), so the gated worker is the sole remediation channel. Routine non-security version updates (dependabot.yml) are unaffected. Already applied to DriveIQ; the redundant Dependabot security PRs were closed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Policy (you chose: git-steer owns remediation)
The heartbeat enabled Dependabot's
automated-security-fixeson every managed repo — which is what made Dependabot open its own ungated security PRs for the same CVEs git-steer remediates through its gated, per-package worker. Two systems patching the same vulnerabilities; one verified, one not; both cluttering the PR list.Change
The "Enforce Dependabot" step now:
vulnerability-alertsenabled (git-steer's OBSERVE / detection source), andautomated-security-fixes(DELETE) — git-steer's gated worker is the sole remediation channel.Routine non-security version updates (
dependabot.yml) are unaffected. Applies fleet-wide on the next heartbeat.Already done on DriveIQ
automated-security-fixesdisabled (verifiedenabled=false).🤖 Generated with Claude Code