From d9f393c88e1bce3fee59927a137681945015f496 Mon Sep 17 00:00:00 2001 From: Paul Sweeney Date: Thu, 31 Oct 2024 22:45:17 +0000 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 97ead50..b9c1de3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "pip" # or another package manager + - package-ecosystem: "npm" # or another package manager directory: "/" schedule: interval: "daily"