From f9e633855fcc366b0b415e6f613e3803fbde2fa8 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Fri, 24 Jul 2026 11:16:57 -0400 Subject: [PATCH] Configure dependabot to use custom feed --- .github/dependabot.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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/