diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fe1c50827..d01bea7ce 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,8 @@ version: 2 updates: - - package-ecosystem: "yarn" - directory: "/**" + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" allow: - dependency-type: "production" \ No newline at end of file