From 193758520c09b77fe7b579de46db2e96b906c7ff Mon Sep 17 00:00:00 2001 From: Jurre Date: Tue, 11 Oct 2022 09:21:32 +0200 Subject: [PATCH] Let Dependabot handle yarn workspace updates natively Dependabot should know about yarn workspaces and handle updates to those correctly. Because the `cli` folder was handled as a top-level yarn project, PRs to that workspace did not include updates to the lockfile (which lives a directory up, and Dependabot doesn't check there). --- .github/dependabot.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 583c3a0b..4af3f935 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,10 +6,3 @@ updates: schedule: interval: "weekly" day: "monday" - - - package-ecosystem: "npm" - open-pull-requests-limit: 2 - directory: "/cli" - schedule: - interval: "weekly" - day: "monday"