From 6df8e55125b9a5ddaed034318d6aeba9de296cf9 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Thu, 30 Mar 2023 11:06:39 +0300 Subject: [PATCH] Change dependabot updates directory to ./packages Signed-off-by: Alex Andreev --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 822722ed6c..67bd523cbf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ version: 2 updates: - package-ecosystem: npm - directory: / + directory: ./packages schedule: interval: daily open-pull-requests-limit: 4