chore(ci): Add dependabot auto-triage pipeline#21318
Open
chargome wants to merge 3 commits into
Open
Conversation
Member
Author
|
bugbot run |
Member
Author
|
bugbot run |
Build the noise audit header from real outcomes (rows.length) instead of the candidate count, so partial dismissal failures no longer overstate successes. Failed alerts are listed and flagged as still open. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Member
Author
|
bugbot run |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit e66dce4. Configure here.
timfish
approved these changes
Jun 3, 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.
Adds a manual-trigger (cron-ready) pipeline to keep our Dependabot backlog under control without manual intervention:
Classify & auto-dismiss noise — deterministically (no LLM) flags dev/test-only alerts (
dev-packages/**, and root-lockfile deps whose vulnerable version isn't prod-reachable from a published package) and auto-dismisses them with an audit table in the job summary.Fix — opens one batched PR for
runtimedeps and one fordev(one commit per vuln) via the/fix-security-vulnerabilityskill's new--cimode. Bails to "Needs human" - entry on major/breaking bumps.Classification is version-aware (
semver-matches the advisory range against the published packages' prod closure, incl.optionalDependencies), so only genuinely user-facing vulns reach the runtime PR.Modes (manual dispatch):
dry-run(default, no writes) ·dismiss-only·full.Note: The daily
scheduleis committed but commented out for the test phase.