From 62ad1867b23826b742055fad7091c294e4559c49 Mon Sep 17 00:00:00 2001 From: Andy Jordan <2226434+andyleejordan@users.noreply.github.com> Date: Tue, 13 Feb 2024 09:35:31 -0800 Subject: [PATCH] Add Azure NPM registry to Dependabot config --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f49bbacaef..6c8626bcf3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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