Skip to content

Commit de84528

Browse files
authored
Fix dependabot npm-registry url (#54362)
Closes #54360
1 parent 1cf4d36 commit de84528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ registries:
33
dev.azure.com:
44
token: ${{secrets.DEPENDABOT_NPM_TOKEN}}
55
type: npm-registry
6-
url: https://pkgs.dev.azure.com/
6+
url: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/
77

88
updates:
99
- package-ecosystem: npm

0 commit comments

Comments
 (0)