Add dependabot ignore rules for TypeScript 7.x and @types/node 25.x/26.x

Previously handled via `@dependabot ignore` issue comments, which don't
provide enough control. Declaring the rules in the config makes them
explicit and reviewable.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Daz DeBoer
2026-08-01 20:55:01 -06:00
co-authored by Claude Opus 5
parent 68f37005d7
commit a9d14388b4
+5
View File
@@ -15,6 +15,11 @@ updates:
npm-dependencies: npm-dependencies:
patterns: patterns:
- "*" - "*"
ignore:
- dependency-name: "typescript"
versions: ["7.x"]
- dependency-name: "@types/node"
versions: ["25.x", "26.x"]
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
# github-actions with directory: "/" only monitors .github/workflows # github-actions with directory: "/" only monitors .github/workflows
# https://github.com/dependabot/dependabot-core/issues/6345 # https://github.com/dependabot/dependabot-core/issues/6345