From f496cf023b799d4041a2949f585205114956c073 Mon Sep 17 00:00:00 2001 From: Bryan Phelps Date: Tue, 1 Feb 2022 22:03:29 +0000 Subject: [PATCH] chore: Fix dependabot path after moving 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 743b19d986bb4..da18f5693c0da 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"