Increase dependabot check interval from daily to weekly (#7668)

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/
This commit is contained in:
Zanie Blue
2023-09-26 08:59:23 -05:00
committed by GitHub
parent 4d16e2308d
commit 0a737843b5

View File

@@ -9,5 +9,5 @@ updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
labels: ["internal"]