From a9794d729cfbd90f92d8bafea5b2e58d5e70c34f Mon Sep 17 00:00:00 2001 From: Rick Lambrechts Date: Thu, 21 Sep 2023 00:58:17 +0200 Subject: [PATCH 1/2] Add pnpm to dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9d7420dc..c1999e96 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,9 @@ updates: directory: "/" schedule: interval: "weekly" + + # Maintain dependencies for pnpm + - package-ecosystem: "pnpm" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file From e27aa1c6fec90818a28e3571476f835fa4c1bcd6 Mon Sep 17 00:00:00 2001 From: Rick Lambrechts Date: Thu, 21 Sep 2023 01:01:22 +0200 Subject: [PATCH 2/2] Use npm as package-ecosystem in dependabot --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c1999e96..df0515ec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,7 @@ updates: interval: "weekly" # Maintain dependencies for pnpm - - package-ecosystem: "pnpm" + - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" \ No newline at end of file