Skip to content

Commit

Permalink
chore: Reduce dependabot frequency to weekly (#560)
Browse files Browse the repository at this point in the history
It was tiring seeing 5+ PRs a day for dependency updates.
Reducing this to a week should save some time!
  • Loading branch information
kylecarbs committed Mar 25, 2022
1 parent 8c0f403 commit 27c24de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
time: "06:00"
timezone: "America/Chicago"
commit-message:
Expand Down

0 comments on commit 27c24de

Please sign in to comment.