From 19fff5a37be51b817252851023de4879529bff35 Mon Sep 17 00:00:00 2001 From: "stacklok-cloud[bot]" <165083860+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:30:05 +0000 Subject: [PATCH] Add Dependabot configuration for npm --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 43b90890f..2ba298d9c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: "pip" + - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly"