Skip to content

Commit efa74bb

Browse files
Change the interval for dependabot updates to monthly (#255)
1 parent 522e64b commit efa74bb

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
@@ -5,10 +5,10 @@ updates:
55
- package-ecosystem: "github-actions"
66
directory: "/"
77
schedule:
8-
interval: "daily"
8+
interval: 'monthly'
99

1010
# Keep NuGet dependencies up-to-date
1111
- package-ecosystem: "nuget"
1212
directory: "/"
1313
schedule:
14-
interval: "daily"
14+
interval: 'monthly'

0 commit comments

Comments
 (0)