We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158812b commit ec089c9Copy full SHA for ec089c9
1 file changed
.github/dependabot.yml
@@ -0,0 +1,20 @@
1
+version: 2
2
+registries:
3
+ powershell-gallery:
4
+ type: nuget-feed
5
+ url: https://www.powershellgallery.com/api/v2/
6
+ nuget-org:
7
8
+ url: https://api.nuget.org/v3/index.json
9
+
10
+updates:
11
+- package-ecosystem: nuget
12
+ directory: "/"
13
+ schedule:
14
+ interval: daily
15
+ time: "13:00"
16
+ timezone: America/LosAngeles
17
+ open-pull-requests-limit: 10
18
+ registries:
19
+ - powershell-gallery
20
+ - nuget-org
0 commit comments