Skip to content

chore(deps): group ai-sdk + gcp-actions in dependabot #235

Description

@julianken

WHY

Drift audit 2026-05-04, nodes/09-github-state.json findings 3 (BLOCKER), 4 (IMPORTANT), 13 (IMPORTANT cross-reference):

WHAT

Edit .github/dependabot.yml only:

  1. npm groups: add three groups:
ai-sdk:
  patterns:
    - "ai"
    - "@ai-sdk/*"
dom-testing:
  patterns:
    - "jsdom"
    - "happy-dom"
types:
  patterns:
    - "@types/*"
  1. github-actions section: add two groups:
gcp-actions:
  patterns:
    - "google-github-actions/*"
actions-core:
  patterns:
    - "actions/*"
  1. After merge: close stuck PRs to let Dependabot recreate as grouped:
gh pr close 221 --repo julianken/detached-node --comment "Will be regrouped by dependabot under ai-sdk group."
gh pr close 223 --repo julianken/detached-node --comment "Will be regrouped by dependabot under ai-sdk group."

(Stale GH-Actions PRs #124-#128 will close themselves on the next Dependabot cycle once they are superseded by the new grouped PR.)

DONE WHEN

OUT OF SCOPE

PRE-REQS

None.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency fileenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions