From 13d20920d56442d8e689d7e469511ae9eead9aed Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 11 Mar 2025 09:47:19 -0700 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dcd66a1a9..136730d0b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: # Enable version updates for pnpm - package-ecosystem: "npm" target-branch: "dev" - # Look for `package.json` and `lock` files in the `/src-ui` directory + # Look for `pnpm-lock.yml` and `lock` files in the `/src-ui` directory directory: "/src-ui" open-pull-requests-limit: 10 schedule: