Skip to content

Commit f35521c

Browse files
authored
housekeeping: update dependabot settings
1 parent 7e4cf4d commit f35521c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/dependabot.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
version: 2
22
updates:
3+
- package-ecosystem: actions
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
open-pull-requests-limit: 10
38
- package-ecosystem: nuget
49
directory: "/samples"
510
schedule:
6-
interval: monthly
7-
time: "00:00"
11+
interval: weekly
812
open-pull-requests-limit: 10
913
- package-ecosystem: nuget
1014
directory: "/src"
1115
schedule:
12-
interval: monthly
13-
time: "00:00"
16+
interval: weekly
1417
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)