diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f9afaa2..629c403 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,8 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "npm" + directory: "/js" schedule: interval: "daily" target-branch: "testing"