We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf09449 commit ab4f204Copy full SHA for ab4f204
.github/dependabot.yml
@@ -1,7 +1,15 @@
1
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 }}
8
updates:
9
- package-ecosystem: npm
10
directory: "/"
11
+ registries:
12
+ - npm-azure
13
labels: [ ]
14
schedule:
15
interval: weekly
0 commit comments