From 623eb3830f15adc7986e10f532b213cff4e44c02 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Thu, 5 Oct 2023 14:20:32 -0700 Subject: [PATCH] misc: tweak dependabot ecosystem value (#15521) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f7e7a3359315..29b6d71fa0ae 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: "yarn" + - package-ecosystem: "npm" directory: '/' allow: - "production"