Skip to content

Commit 46e48c2

Browse files
committed
feat: renovate should ignore @types/vscode
1 parent e56c673 commit 46e48c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/renovate.json renamed to .github/renovate.json5

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@
1717
"matchCategories": ["js", "node"],
1818
"addLabels": ["lang: javascript"]
1919
}
20-
]
20+
],
21+
// This should match our minimum supported version of VS Code so we should
22+
// Update it manually.
23+
"ignoreDeps": ["@types/vscode"]
2124
}

0 commit comments

Comments
 (0)