From d4e6793871c1e408687331168c495884ceb605f7 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Tue, 17 Oct 2023 08:15:45 -0400 Subject: [PATCH] Re-include Electron updates with Renovate (#6602) --- .github/renovate.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 81dea67731..57bcc8d2e4 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"] }