fix(janitor): add cortextos+conduit to dependabot-janitor repo scope - #50
Open
asachs01 wants to merge 1 commit into
Open
fix(janitor): add cortextos+conduit to dependabot-janitor repo scope#50asachs01 wants to merge 1 commit into
asachs01 wants to merge 1 commit into
Conversation
Follow-up from task_1785685546659 (agent-merge-janitor design, 2026-08-02). dependabot-janitor.sh's repo-scope regex only matches -mcp$|^mcp|^node- — cortextos and conduit never match, so their own Dependabot PRs get zero auto-merge coverage today. agent-merge-janitor deliberately excludes any package.json/lockfile touch by design, so this is the correct home for that traffic, not a gap in the newer janitor. Added by exact repo name (^cortextos$|^conduit$) rather than widening the existing pattern, since neither repo shares the mcp-server shape this script was built around. Verified the change against the script's own discovery pipeline before opening this PR: both repos now appear in the resulting REPOS array. NOTE: the Dependabot Janitor workflow is currently disabled_manually (unrelated, pending task_1786765529531 — the CI-split precondition on .github's own vacuous PR checks). This change has zero live effect until that's resolved and the workflow is re-enabled.
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.
dependabot-janitor.sh's repo-scope regex only matches
-mcp$|^mcp|^node-— cortextos and conduit never match, so their own Dependabot PRs get zero auto-merge coverage today.agent-merge-janitordeliberately excludes anypackage.json/lockfile touch by design (confirmed with boss+warden 2026-08-02), so this is the correct home for that traffic, not a gap in the newer janitor.Added by exact repo name (
^cortextos$|^conduit$) rather than widening the existing pattern, since neither repo shares the mcp-server shape this script was built around.Verified the change against the script's own discovery pipeline before opening this PR — both repos now appear in the resulting
REPOSarray.Note: the Dependabot Janitor workflow is currently
disabled_manually(unrelated — pending the.githubCI-split precondition, task_1786765529531). This change has zero live effect until that lands and the workflow is re-enabled. Not urgent, opened now so it's ready.Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.