From acf193b26f8cd933b71d1f3ff60982be64aa0a60 Mon Sep 17 00:00:00 2001 From: John Cardarelli Date: Tue, 1 Oct 2024 12:25:05 -0700 Subject: [PATCH] Change dependabot directory for npm to root dir for project --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 2c6d018..71789fc 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,6 +1,6 @@ version: 2 updates: - package-ecosystem: npm - directory: "/javascript" + directory: . schedule: interval: "weekly"