From 6845ef6bdeb98c721d2fb9f24b261fd0fb389f5c Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Sat, 11 Apr 2026 11:35:03 -0300 Subject: [PATCH] chore(security): add electron and docker ecosystems to dependabot --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d36e62e933..300a19739e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,3 +29,19 @@ updates: directory: "/" schedule: interval: "weekly" + + - package-ecosystem: "npm" + directory: "/electron" + schedule: + interval: "weekly" + day: "monday" + commit-message: + prefix: "deps" + + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + commit-message: + prefix: "deps"