Skip to content

Commit 77ab4c6

Browse files
authored
Ignore process-exists in renovate config (cannot upgrade) (#2933)
1 parent 587aa5b commit 77ab4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"ignoreDeps": ["execa", "@types/node", "@types/vscode"],
2+
"ignoreDeps": ["@types/node", "@types/vscode", "execa", "process-exists"],
33
"extends": ["config:base"],
44
"packageRules": [
55
{

0 commit comments

Comments
 (0)