Skip to content

Commit d2a4001

Browse files
David TurveyDavid Turvey
authored andcommitted
add ND registry for dependabot
1 parent 28fe820 commit d2a4001

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
version: 2
2+
3+
registries:
4+
nuget-newday-github:
5+
type: nuget-feed
6+
url: https://nuget.pkg.github.com/NewDayCards/index.json
7+
username: ${{ secrets.ORGANISATION_PAT_USERNAME }}
8+
password: ${{ secrets.ORGANISATION_PAT }}
9+
210
updates:
311
- package-ecosystem: "nuget"
412
directory: "/"
13+
registries: "*"
514
schedule:
615
interval: "daily"
716
time: "06:00"

0 commit comments

Comments
 (0)