ci(dependabot): SMI-4669 expand npm groups + add docker ecosystem#897
Merged
Conversation
Adds 10 ecosystem groups under the npm block, mirroring the existing typescript-eslint group's update-types: [minor, patch] pattern (major bumps still surface individually for human review): - aws-sdk (@aws-sdk/*) - hono (@hono/*, hono) - astro (astro, @astrojs/*) - vercel (@vercel/*, vercel) - smithy (@smithy/*) - supabase (@supabase/*) - octokit (@octokit/*, octokit) - opentelemetry (@opentelemetry/*) - vitest (vitest, @vitest/*) - types (@types/*) Open Dependabot PRs #841, #842, #844, #845 (@octokit/*, @opentelemetry/*) specifically would have batched into 2 PRs instead of 4 with these groups. Adds package-ecosystem: 'docker' block on monthly cadence, mirroring the github-actions block shape. Surfaces base-image CVEs (currently node:22-slim per Dockerfile:20) as targeted PRs instead of accumulating silently between manual rebuilds. Reviewer-fatigue rationale: every Dependabot PR routes to a single named reviewer (ryansmith108). Batching reduces PR count → reduces rubberstamp risk on the supply-chain hardening posture established in SMI-3864/3985 (Wave 1) and SMI-4651 (vendor trust tier). Verification: - python yaml.safe_load → 3 ecosystem blocks, 11 npm groups, valid - docker exec skillsmith-dev-1 npm run audit:standards → 51 pass, 6 warnings, 0 fail (89% compliance, unchanged) - dependabot.yml is data-only; structural verification via GitHub UI after merge will confirm batched PRs land on next Monday run. Refs: SMI-4666 SMI-4669
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
E2E Test ResultsE2E Test Results - May 3, 2026Summary
Test Results
Generated by skillsmith E2E test suite |
E2E Test ResultsE2E Test Results - May 3, 2026Summary
Test Results
Generated by skillsmith E2E test suite |
7 tasks
E2E Test ResultsE2E Test Results - May 3, 2026Summary
Test Results
Generated by skillsmith E2E test suite |
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.
[skip-impl-check]
Summary
.github/dependabot.yml(aws-sdk, hono, astro, vercel, smithy, supabase, octokit, opentelemetry, vitest, types). Each mirrors the existingtypescript-eslintgroup withupdate-types: [minor, patch]so major bumps still surface individually for human review.package-ecosystem: 'docker'block on monthly cadence so base-image CVEs (currentlynode:22-slimper Dockerfile:20) surface as targeted PRs instead of accumulating silently between manual rebuilds.Why
Currently 10+ open
chore(deps)PRs route to a single named reviewer (ryansmith108). Each unbatched PR is a coin-toss against fatigue, which is a rubberstamp risk against the supply-chain hardening posture established in SMI-3864/3985 (Wave 1) and SMI-4651 (vendor trust tier). Open PRs #841/842/844/845 specifically (@octokit/*,@opentelemetry/*) would have batched into 2 PRs instead of 4.Linear
Test plan
python3 -c "import yaml; yaml.safe_load(open('.github/dependabot.yml'))"→ 3 ecosystems, 11 npm groups, validdocker exec skillsmith-dev-1 npm run audit:standards→ 51 pass, 6 warnings, 0 fail (89% compliance, unchanged from baseline)chore(deps): bump @aws-sdk/* groupinstead of N individuals)[skip-smoke] dependabot.yml is data-only; structural verification is via the Dependabot UI after merge, not via runtime smoke surfaces.
🤖 Generated with Ruflo
Co-Authored-By: Claude noreply@anthropic.com