diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 78e707c9..2f2dc9bb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,11 +5,15 @@ version: 2 updates: - - package-ecosystem: "npm" - directory: "/user-auth/graphtutorial" # Location of package manifests + - package-ecosystem: npm + directory: /user-auth/graphtutorial # Location of package manifests schedule: - interval: "weekly" - - package-ecosystem: "npm" - directory: "/app-auth/graphapponlytutorial" # Location of package manifests + interval: weekly + - package-ecosystem: npm + directory: /app-auth/graphapponlytutorial # Location of package manifests schedule: - interval: "weekly" + interval: weekly +registries: + microsoft-proxy: + type: npm-registry + url: https://packagefeedproxy.microsoft.io/npm/