From 9b2362306e0e2553a3072bbed83bcf02cd4df809 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 47f88349d..413fe5c7c 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"