Skip to content

Commit f78e796

Browse files
committedMar 27, 2024·
Fix Dependabot
1 parent fed92a8 commit f78e796

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+
nuget-azure:
4+
type: nuget-feed
5+
url: https://pkgs.dev.azure.com/mscodehub/PowerShellCore/_packaging/PowerShellCore_PublicPackages/nuget/v3/index.json
6+
username: powershell-rel
7+
password: ${{ secrets.AZURE_NUGET_PASSWORD }}
28
updates:
39
- package-ecosystem: nuget
410
directory: "/"
11+
registries:
12+
- nuget-azure
513
labels: [ ]
614
schedule:
715
interval: weekly

0 commit comments

Comments
 (0)