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.
1 parent 61f46e1 commit 5149652Copy full SHA for 5149652
.dependabot/config.yml
@@ -0,0 +1,8 @@
1
+version: 1
2
+update_configs:
3
+ - package_manager: "javascript"
4
+ directory: "/"
5
+ update_schedule: "live"
6
+ ignored_updates:
7
+ - match:
8
+ dependency_name: "@types/node"
.vscodeignore
@@ -20,3 +20,4 @@ test/**
20
tsconfig.json
21
tslint.json
22
vsc-extension-quickstart.md
23
+.dependabot/**
package.json
@@ -88,11 +88,6 @@
88
"path": "cz-conventional-changelog"
89
}
90
},
91
- "greenkeeper": {
92
- "ignore": [
93
- "@types/node"
94
- ]
95
- },
96
"contributes": {
97
"viewsContainers": {
98
"activitybar": [
0 commit comments