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 71e2d06 commit 7cf62c3Copy full SHA for 7cf62c3
.github/dependabot.yml
@@ -11,6 +11,11 @@ updates:
11
interval: "daily"
12
open-pull-requests-limit: 5
13
target-branch: "Automatic_version_update_dependabot"
14
+ registries:
15
+ private-nuget:
16
+ url: "https://pkgs.dev.azure.com/e-LfH/_packaging/LearningHubFeed/nuget/v3/index.json"
17
+ username: "kevin.whittaker"
18
+ password: ${{ secrets.AZURE_DEVOPS_PAT }}
19
ignore:
20
# Ignore updates to packages that start with 'Wildcards'
21
- dependency-name: "elfhHub.Nhs.Models"
0 commit comments