Skip to content

Commit 7c58a98

Browse files
authored
Merge pull request #1373 from microsoftgraph/dependabot-feed
Configure dependabot to use custom feed
2 parents a911290 + f9e6338 commit 7c58a98

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "npm"
9-
directory: "/user-auth/graphtutorial" # Location of package manifests
8+
- package-ecosystem: npm
9+
directory: /user-auth/graphtutorial # Location of package manifests
1010
schedule:
11-
interval: "weekly"
12-
- package-ecosystem: "npm"
13-
directory: "/app-auth/graphapponlytutorial" # Location of package manifests
11+
interval: weekly
12+
- package-ecosystem: npm
13+
directory: /app-auth/graphapponlytutorial # Location of package manifests
1414
schedule:
15-
interval: "weekly"
15+
interval: weekly
16+
registries:
17+
microsoft-proxy:
18+
type: npm-registry
19+
url: https://packagefeedproxy.microsoft.io/npm/

0 commit comments

Comments
 (0)