Skip to content

Commit 75dfc36

Browse files
authored
housekeeping: Make dependabot update monthly
1 parent edc3e26 commit 75dfc36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ updates:
33
- package-ecosystem: nuget
44
directory: "/integrationtests"
55
schedule:
6-
interval: daily
6+
interval: monthly
77
time: "00:00"
88
open-pull-requests-limit: 10
99
- package-ecosystem: nuget
1010
directory: "/src"
1111
schedule:
12-
interval: daily
12+
interval: monthly
1313
time: "00:00"
1414
open-pull-requests-limit: 10
1515
- package-ecosystem: github-actions
1616
directory: "/"
1717
schedule:
18-
interval: daily
18+
interval: monthly

0 commit comments

Comments
 (0)