From 8a4fbf954cd5c776d898131087111daca377c8c4 Mon Sep 17 00:00:00 2001 From: gluap <44007906+gluap@users.noreply.github.com> Date: Tue, 8 Feb 2022 21:59:02 +0100 Subject: [PATCH] Remove frontend checking It's noisy and buildtime-only. --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 069f233..2711ae2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,11 +11,6 @@ updates: directory: "/" schedule: interval: "daily" - - - package-ecosystem: "npm" - directory: "/frontend" - schedule: - interval: "daily" - package-ecosystem: "pip" directory: "/api"