We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a911290 + f9e6338 commit 7c58a98Copy full SHA for 7c58a98
1 file changed
.github/dependabot.yml
@@ -5,11 +5,15 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "npm"
9
- directory: "/user-auth/graphtutorial" # Location of package manifests
+ - package-ecosystem: npm
+ directory: /user-auth/graphtutorial # Location of package manifests
10
schedule:
11
- interval: "weekly"
12
13
- directory: "/app-auth/graphapponlytutorial" # Location of package manifests
+ interval: weekly
+ directory: /app-auth/graphapponlytutorial # Location of package manifests
14
15
16
+registries:
17
+ microsoft-proxy:
18
+ type: npm-registry
19
+ url: https://packagefeedproxy.microsoft.io/npm/
0 commit comments