We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28fe820 commit d2a4001Copy full SHA for d2a4001
1 file changed
.github/dependabot.yml
@@ -1,7 +1,16 @@
1
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
10
updates:
11
- package-ecosystem: "nuget"
12
directory: "/"
13
+ registries: "*"
14
schedule:
15
interval: "daily"
16
time: "06:00"
0 commit comments