From 4596df449e7d2ea3d9ab2323e9f54f243631274b Mon Sep 17 00:00:00 2001 From: Kia Lam Date: Mon, 2 May 2022 12:07:50 -0700 Subject: [PATCH] Add directory. --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 85b15157df..5154cf57d2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,7 @@ version: 2 updates: - package-ecosystem: "npm" + directory: "/awx/ui" schedule: interval: "weekly" day: "sunday"