From 3e43140f17938403106bd0f3dec44ccba9217559 Mon Sep 17 00:00:00 2001 From: Ward Date: Mon, 26 Aug 2024 18:07:52 +1200 Subject: [PATCH] Add electron checks to dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 77973b35..286b74a5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/materialious" schedule: interval: "weekly" + - package-ecosystem: "npm" + directory: "/materialious/electron" + schedule: + interval: "weekly"