Skip to content

Commit 59b4e8a

Browse files
Update dependabot.yml
Revert back to a weekly schedule
1 parent 7d72f89 commit 59b4e8a

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
@@ -9,8 +9,8 @@ updates:
99
- package-ecosystem: "nuget"
1010
directory: "dotnet/"
1111
schedule:
12-
interval: "cron"
13-
cronjob: "0 8 * * 4,0" # Every Thursday(4) and Sunday(0) at 8:00 UTC
12+
interval: "weekly"
13+
day: "monday"
1414
ignore:
1515
# For all System.* and Microsoft.Extensions/Bcl.* packages, ignore all major version updates
1616
- dependency-name: "System.*"

0 commit comments

Comments
 (0)