Browse Source

Fixed dependabot following #367

Paul-Louis Ageneau 4 years ago
parent
commit
52494f4855
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/dependabot.yml

+ 1 - 1
.github/dependabot.yml

@@ -1,6 +1,6 @@
 version: 2
 updates:
   - package-ecosystem: "npm"
-    directory: "examples/web"
+    directory: "examples/signaling-server-nodejs"
     schedule:
       interval: "weekly"