From 7e4128f5f16f02206b68bd31f0bd37006fe83086 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Tue, 25 Jan 2022 15:52:07 +0100 Subject: [PATCH] Enable dependabot in crates/static-files/ --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 47f88349..413fe5c7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "npm" + directory: "/crates/static-files/" + schedule: + interval: "daily"