We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1012b0 + e3b0609 commit 2ad0061Copy full SHA for 2ad0061
.github/dependabot.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+updates:
3
+ # Enable version updates for npm
4
+ - package-ecosystem: "npm"
5
+ # Look for `package.json` and `lock` files in the `vscode` directory
6
+ directory: "/vscode"
7
+ # Check the npm registry for updates every week
8
+ schedule:
9
+ interval: "weekly"
10
+ open-pull-requests-limit: 0
0 commit comments