From d282a7593b383432923fb25f897dfd5b1a37c3b7 Mon Sep 17 00:00:00 2001 From: Denys Holius <5650611+denisgolius@users.noreply.github.com> Date: Tue, 26 Oct 2021 11:04:32 +0300 Subject: [PATCH] fixed wrong path for npm dependabot checks (#1744) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 11ff12aef..a53b5a7f0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,6 +21,6 @@ updates: schedule: interval: "daily" - package-ecosystem: "npm" - directory: "/app/vmui" + directory: "/app/vmui/packages/vmui" schedule: interval: "weekly"