Skip to content

Commit

Permalink
Increase dependabot check interval from daily to weekly (#7668)
Browse files Browse the repository at this point in the history
To reduce the noise of updates.

May follow-up with grouping per
https://github.blog/changelog/2023-06-30-grouped-version-updates-for-dependabot-public-beta/
  • Loading branch information
zanieb committed Sep 26, 2023
1 parent 4d16e23 commit 0a73784
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 @@ -9,5 +9,5 @@ updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
labels: ["internal"]

0 comments on commit 0a73784

Please sign in to comment.