From 21e498b8158dd70a4ae38ff7ef024fb4cbe8e951 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+SamTV12345@users.noreply.github.com> Date: Sun, 11 Feb 2024 11:16:14 +0100 Subject: [PATCH] Update dependabot.yml to use pnpm --- .github/dependabot.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 58200fd3c..cd035e6ba 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,13 +9,8 @@ updates: directory: "/" schedule: interval: "daily" - - package-ecosystem: "npm" + - package-ecosystem: "pnpm" directory: "/src" schedule: interval: "daily" versioning-strategy: "increase" - - package-ecosystem: "npm" - directory: "/src/bin/doc" - schedule: - interval: "daily" - versioning-strategy: "increase"