From 44939d02c3cbb2257c32d2fa6c7985b7efcb948e Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Thu, 10 Nov 2022 17:14:42 +0100 Subject: [PATCH] Setup Dependabot for frontend depdendencies --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 413fe5c7c..ceca4a2fa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,7 @@ updates: directory: "/crates/static-files/" schedule: interval: "daily" + - package-ecosystem: "npm" + directory: "/frontend/" + schedule: + interval: "daily"