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"