Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27c24de

Browse files
authored
chore: Reduce dependabot frequency to weekly (#560)
It was tiring seeing 5+ PRs a day for dependency updates. Reducing this to a week should save some time!
1 parent 8c0f403 commit 27c24de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "weekly"
77
time: "06:00"
88
timezone: "America/Chicago"
99
commit-message:

0 commit comments

Comments
 (0)