From 8c19c2c2e9b410bd78728ad4fdff7e6075b639bf Mon Sep 17 00:00:00 2001 From: Quinn Casey Date: Thu, 28 Apr 2022 12:52:20 -0700 Subject: [PATCH] Fix comment directory --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 689fb1338..47511810c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: # Enable version updates for npm - package-ecosystem: "npm" target-branch: "dev" - # Look for `package.json` and `lock` files in the `root` directory + # Look for `package.json` and `lock` files in the `/src-ui` directory directory: "/src-ui" # Check the npm registry for updates every month schedule: