diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4dad423..47d1d9a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,6 @@ version: 2 updates: - package-ecosystem: "npm" # See documentation for possible values - directory: "/node_modules" # Location of package manifests + directory: "../node_modules" # Location of package manifests schedule: interval: "weekly"