From e730b308087fac5b97a3e1c92e99f716f36062e0 Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Wed, 2 Oct 2024 13:47:13 -0700 Subject: [PATCH] chore(dependabot): operate only on workspace roots --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a268da3fc0b..547c6622595 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,14 @@ version: 2 updates: - package-ecosystem: 'npm' + # Just yarn workspaces (paths that have a yarn.lock) + # When we had all package, '/packages/*',' the job timed out (~55 minutes). + # As long as the yarn.lock is updated, the actual deps are updated, + # even if the the version ranges in the package.json are not. directories: - '/' - - '/packages/*' + - '/a3p-integration/' + - '/multichain-testing/' schedule: interval: 'weekly' groups: