From 578ae17aa8ea4ed3c6abe3bac6a4c45a27c83b54 Mon Sep 17 00:00:00 2001 From: Felix Date: Thu, 27 Jan 2022 01:34:27 +0100 Subject: [PATCH] Add docker & npm ecosystem to dependabot --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2c7d17083..e893d0380 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,15 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "npm" + directory: "/src" + schedule: + interval: "daily" + - package-ecosystem: "npm" + directory: "/src/bin/doc" + schedule: + interval: "daily"