Skip to content

Commit a14e1a0

Browse files
authored
chore: ignore @types/node updates in dependabot (#104)
Keep @types/node pinned to stay in sync with the Node version bundled in VS Code 1.83, which is the minimum supported version. Upgrading @types/node could require a newer VS Code release and break support for users on older IDEs.
1 parent 418dd76 commit a14e1a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ updates:
66
interval: "weekly"
77
ignore:
88
- dependency-name: "@types/vscode"
9+
- dependency-name: "@types/node"
910
groups:
1011
dev-dependencies:
1112
dependency-type: "development"

0 commit comments

Comments
 (0)