Skip to content

Commit c070a6b

Browse files
author
Warren Buckley
authored
Change to monthly dependabot
Try to do bulk dependency updates once a month and release
1 parent f4789ff commit c070a6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: nuget
44
directory: "/"
55
schedule:
6-
interval: weekly
6+
interval: monthly
77
time: '10:00'
88
timezone: Europe/London
99
day: "friday"
@@ -13,7 +13,7 @@ updates:
1313
- package-ecosystem: npm
1414
directory: "/LogViewer.Client"
1515
schedule:
16-
interval: weekly
16+
interval: monthly
1717
time: '10:00'
1818
timezone: Europe/London
1919
day: "friday"

0 commit comments

Comments
 (0)