File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
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+ tel-azure-package-source :
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+ nuget-package-source :
14+ type : nuget-feed
15+ url : " https://api.nuget.org/v3/index.json"
716updates :
817 - package-ecosystem : " nuget"
918 directory : " /" # Location of package manifests
1019 schedule :
1120 interval : " daily"
1221 open-pull-requests-limit : 10
22+ registries :
23+ - tel-azure-package-source
24+ - nuget-package-source
1325 target-branch : " Automatic_version_update_dependabot"
1426 ignore :
1527 # Ignore updates to packages that start with 'Wildcards'
You can’t perform that action at this time.
0 commit comments