Skip to content

Commit

Permalink
Add Azure NPM registry to Dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleejordan committed Feb 13, 2024
1 parent a25d2e4 commit 62ad186
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
version: 2
registries:
npm-azure:
type: npm-registry
url: https://pkgs.dev.azure.com/powershell-rel/PowerShellEditorServices/_packaging/PSESFeed/npm/registry/
username: powershell-rel
password: ${{ secrets.AZURE_NPM_TOKEN }}
updates:
- package-ecosystem: npm
directory: "/"
registries:
- npm-azure
labels: [ ]
schedule:
interval: weekly
Expand Down

0 comments on commit 62ad186

Please sign in to comment.