From 0bfdf0f5fbb29cd2fa39fe8173eac74fc35fb170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=83=E5=8E=9F?= <141331670+jt-chihara@users.noreply.github.com> Date: Wed, 17 Jul 2024 20:56:05 +0900 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5990d9c..5fea649 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,6 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file - version: 2 updates: - - package-ecosystem: "" # See documentation for possible values + - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "weekly"