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 fed92a8 commit e390755Copy full SHA for e390755
.github/dependabot.yml
@@ -1,7 +1,15 @@
1
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_TOKEN }}
8
updates:
9
- package-ecosystem: nuget
10
directory: "/"
11
12
+ - nuget-azure
13
labels: [ ]
14
schedule:
15
interval: weekly
0 commit comments