chore: add Dependabot config (npm, cargo, docker, github-actions) - #411
Open
finedesignz wants to merge 1 commit into
Open
chore: add Dependabot config (npm, cargo, docker, github-actions)#411finedesignz wants to merge 1 commit into
finedesignz wants to merge 1 commit into
Conversation
No .github/dependabot.yml existed on the default branch, so Dependabot had no ecosystem config to act on and opened zero PRs despite open alerts (1 high, 4 medium, including vite). This adds one weekly update entry per ecosystem+manifest directory, with minor+patch grouped to cap PR volume. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Owner
Author
AI Review GateGate verdict: SUCCESS Claude Code (QC): pass
Codex: pass
Policy: both reviewers are blocking — a genuine blocking finding from either fails the gate. An infrastructure failure (quota exhausted, timeout, auth failure, no parseable output) is ADVISORY and never blocks: it means the reviewer never saw the code, which is not a verdict about the code. |
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.
Repo had open Dependabot alerts (1 high, 4 medium - includes
vite) but zero Dependabot PRs, because.github/dependabot.ymldid not exist on the default branch. Security updates and vulnerability alerts are enabled; there was simply no ecosystem config for Dependabot to act on.Adds
.github/dependabot.yml(version 2), oneupdatesentry per ecosystem + manifest directory, weekly, with minor+patch grouped./package.json(workspaces: hub, web, mcp) +bun.lock/supervisor/tauri/uipackage.json+ ownbun.lock/mobile/tauri/uipackage.json+ ownbun.lock/supervisor/tauri/src-tauriCargo.toml+Cargo.lock/supervisor/tauri/src-tauri/pty-spikeCargo.tomlwith own[workspace]+Cargo.lock/mobile/tauri/src-tauriCargo.toml+Cargo.lock/Dockerfile(only tracked Dockerfile)/.github/workflows/{mobile-ios-build,release-mobile,release-supervisor}.ymlConfig file only - no dependency bumps in this PR.
🤖 Generated with Claude Code