From b9fd4cb6a17d6e75d810a1893827bbec7d917f52 Mon Sep 17 00:00:00 2001 From: Sigma Date: Mon, 30 Sep 2024 15:13:03 +0200 Subject: [PATCH] fix: dependabot config --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f87491c..aff82a1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: "" + - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly"