From 56b3ec18f45be3d96b7260ed8bc8118a8cdb6b25 Mon Sep 17 00:00:00 2001 From: Bryan Date: Tue, 1 Feb 2022 14:44:01 -0800 Subject: [PATCH] chore: Fix dependabot path after moving package.json -> site/package.json (#133) Missed in #128 - need to update the `dependabot.yml` to point to the correct package.json, which was moved from `/package.json` -> `/site/package.json` --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 743b19d986..da18f5693c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -34,7 +34,7 @@ updates: prefix: "chore" - package-ecosystem: "npm" - directory: "/" + directory: "/site/" schedule: interval: "daily" time: "06:00"