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 4b2b4f5 commit e1ade56Copy full SHA for e1ade56
.github/dependabot.yml
@@ -4,6 +4,12 @@
4
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
6
version: 2
7
+registries:
8
+ learninghubfeed:
9
+ type: nuget-feed
10
+ url: https://pkgs.dev.azure.com/e-LfH/_packaging/LearningHubFeed/nuget/v3/index.json
11
+ username: "kevin.whittaker"
12
+ password: ${{ secrets.AZURE_DEVOPS_PAT }}
13
updates:
14
- package-ecosystem: "nuget"
15
directory: "/" # Location of package manifests
0 commit comments