From 4c13a8102fd0294b19d4c0739a06e85773ba77d6 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Mon, 16 Oct 2023 20:14:36 -0400 Subject: [PATCH] Re-include Electron updates with Renovate --- .github/renovate.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 81dea677317..57bcc8d2e4d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -43,13 +43,5 @@ "matchUpdateTypes": "major" } ], - "ignoreDeps": [ - "@types/koa-bodyparser", - "bootstrap", - "electron-builder", - "electron", - "node-ipc", - "regedit", - "zone.js" - ] + "ignoreDeps": ["@types/koa-bodyparser", "bootstrap", "node-ipc", "regedit", "zone.js"] }