Skip to content

Commit ab4f204

Browse files
committed
Add Azure NPM registry to Dependabot config
1 parent bf09449 commit ab4f204

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
version: 2
2+
registries:
3+
npm-azure:
4+
type: npm-registry
5+
url: https://pkgs.dev.azure.com/powershell-rel/PowerShellEditorServices/_packaging/PSESFeed/npm/registry/
6+
username: powershell-rel
7+
password: ${{ secrets.AZURE_NPM_TOKEN }}
28
updates:
39
- package-ecosystem: npm
410
directory: "/"
11+
registries:
12+
- npm-azure
513
labels: [ ]
614
schedule:
715
interval: weekly

0 commit comments

Comments
 (0)