Skip to content

Commit 82c6800

Browse files
authored
Update dependabot.yml
1 parent 921df0d commit 82c6800

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
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-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 }}
137
updates:
148
- package-ecosystem: "nuget"
159
directory: "/" # Location of package manifests
@@ -50,3 +44,10 @@ updates:
5044
ignore:
5145
- dependency-name: "*"
5246
update-types: ["version-update:semver-major"]
47+
48+
registries:
49+
private-nuget:
50+
type: nuget-feed
51+
url: "https://pkgs.dev.azure.com/e-LfH/_packaging/LearningHubFeed/nuget/v3/index.json"
52+
username: "kevin.whittaker"
53+
password: ${{ secrets.AZURE_DEVOPS_PAT }}

0 commit comments

Comments
 (0)