chore(governance): add Dependabot + CODEOWNERS, sanitize archived IPs (#822) - #825
Merged
Conversation
Dependabot (weekly) for github-actions, npm (frontend + mcp-server), and pip (backend). Keeps SHA-pinned actions from rotting and surfaces CVEs on the same cadence as PR #793's prior dependency cleanup. CODEOWNERS covers .github/workflows/, .github/dependabot.yml, and .github/CODEOWNERS itself — the surfaces a hijacker would touch to remove the protections added in the prior commit. Branch-protection "require review from code owners" must be enabled in repo settings for this to block merges; on its own CODEOWNERS only auto-requests review. Archived plan doc referenced 100.64.0.1 as an example Tailscale IP — replaced with 203.0.113.1 (RFC 5737 TEST-NET-3, never-routable). CLAUDE.md forbids internal addresses in this public tree even in archived docs.
This was referenced May 13, 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.
Fixes #822
Summary
Two governance additions plus a docs sanitization sweep:
.github/workflows/,.github/dependabot.yml, and.github/CODEOWNERSitself — the surfaces a hijacker would touch to remove the protections added in the companion SHA-pin PR. Branch-protection "require review from code owners" must be enabled in repo settings for this to block merges; on its own CODEOWNERS only auto-requests review.100.64.0.1as an example Tailscale IP — replaced with203.0.113.1(RFC 5737 TEST-NET-3, never-routable). CLAUDE.md forbids internal addresses in this public tree even in archived docs.What changed
.github/dependabot.yml(new): weekly updates for 4 ecosystems.github/CODEOWNERS(new): @AndriiPasternak31 ownership over CI/governance surfacesdocs/archive/plans/ssh-access-mcp-tool.md: 100.64.0.1 → 203.0.113.1Follow-up required (admin)
Branch protection on
mainanddevneeds "Require review from Code Owners" enabled for CODEOWNERS to actually gate merges. Without that, this PR only auto-requests review.Test plan
@usernameform, recognized by GitHubdocs/(grep'd for100.64\.,10\.,192\.168\.)Out of scope
This PR was previously bundled into #798 (circuit-breaker fix) — split out for isolated governance review.
🤖 Generated with Claude Code