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:
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@@ -9,5 +9,5 @@ updates:
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: "weekly"
|
||||
labels: ["internal"]
|
||||
|
||||
Reference in New Issue
Block a user