Skip to content

Commit f5c6d81

Browse files
authored
Update dependabot.yml
1 parent 7cf62c3 commit f5c6d81

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,20 @@
44
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55

66
version: 2
7+
registries:
8+
private-nuget:
9+
type: nuget
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 }}
713
updates:
814
- package-ecosystem: "nuget"
915
directory: "/" # Location of package manifests
1016
schedule:
1117
interval: "daily"
1218
open-pull-requests-limit: 5
1319
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 }}
20+
1921
ignore:
2022
# Ignore updates to packages that start with 'Wildcards'
2123
- dependency-name: "elfhHub.Nhs.Models"

0 commit comments

Comments
 (0)