Ignore electron dependency changes (#4718)
* Ignore electron dependency changes * Ignore zone.js
This commit is contained in:
parent
82827b0023
commit
aea7f5c896
|
@ -24,5 +24,5 @@
|
||||||
"updateTypes": "patch"
|
"updateTypes": "patch"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ignoreDeps": ["bootstrap", "electron-builder", "node-ipc", "regedit"]
|
"ignoreDeps": ["bootstrap", "electron-builder", "electron", "node-ipc", "regedit", "zone.js"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue