Skip to content

Commit 8fa6268

Browse files
author
Akash Satheesan
authored
Update renovate.json
1 parent b688435 commit 8fa6268

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

renovate.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
22
"rangeStrategy": "replace",
3-
"ignorePaths": [
4-
"lib/vscode/extensions",
5-
"lib/vscode/remote",
6-
"lib/vscode/test",
7-
"lib/vscode/.devcontainer",
8-
"lib/vscode/build/azure-pipelines"
9-
],
103
"extends": [
114
"config:base"
125
],
@@ -15,6 +8,13 @@
158
"matchUpdateTypes": ["minor", "patch", "digest"],
169
"automerge": true,
1710
"groupName": "Minor dependency updates"
11+
},
12+
{
13+
"matchPaths": ["lib/vscode/"],
14+
"enabled": false
1815
}
19-
]
16+
],
17+
"vulnerabilityAlerts": {
18+
"enabled": "true"
19+
}
2020
}

0 commit comments

Comments
 (0)