Skip to content

Commit ec089c9

Browse files
authored
Use dependabot to keep dependencies up to date (#1664)
1 parent 158812b commit ec089c9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
type: nuget-feed
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

Comments
 (0)