Skip to content

Commit 8963512

Browse files
committed
Ignore @types/vscode updates
1 parent 345b8f1 commit 8963512

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "github-actions"
9-
directory: "/"
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
1010
schedule:
1111
interval: "weekly"
12-
- package-ecosystem: "npm"
12+
- package-ecosystem: "npm"
1313
directory: "/"
1414
schedule:
1515
interval: "weekly"
16+
ignore:
17+
- dependency-name: "@types/vscode"

0 commit comments

Comments
 (0)