File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 44# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55
66version : 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 }}
713updates :
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"
You can’t perform that action at this time.
0 commit comments