mirror of
https://github.com/gradle/actions.git
synced 2026-08-17 11:22:50 +00:00
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:
co-authored by
Claude Opus 5
parent
68f37005d7
commit
a9d14388b4
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user