Skip to content

fix(janitor): add cortextos+conduit to dependabot-janitor repo scope - #50

Open
asachs01 wants to merge 1 commit into
mainfrom
fix/dependabot-janitor-scope-cortextos-conduit
Open

fix(janitor): add cortextos+conduit to dependabot-janitor repo scope#50
asachs01 wants to merge 1 commit into
mainfrom
fix/dependabot-janitor-scope-cortextos-conduit

Conversation

@asachs01

@asachs01 asachs01 commented Aug 17, 2026

Copy link
Copy Markdown
Member

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 (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 REPOS array.

Note: the Dependabot Janitor workflow is currently disabled_manually (unrelated — pending the .github CI-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.


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant