From 0569e88217c83f22df829cb60bf317d339a2c48c Mon Sep 17 00:00:00 2001 From: Gabriel Massadas Date: Sun, 8 Dec 2024 18:13:24 +0000 Subject: [PATCH] Fix dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 662299f..11caa57 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,7 +2,7 @@ version: 2 updates: - package-ecosystem: "npm" directories: - - "/" + - "/pnpm-lock.yaml" - "/packages/worker" - "/packages/worker/dev" - "/packages/github-action"