Change dependabot.yml Actions schedule and fix groups (#7241)

This commit is contained in:
teor 2023-07-18 14:55:13 +10:00 committed by GitHub
parent f9a5635105
commit af2962613d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ updates:
# serde, clap, and other dependencies sometimes have multiple updates in a week
schedule:
interval: weekly
day: monday
timezone: America/New_York
# Limit dependabot to 2 PRs per reviewer, but assume one reviewer is busy or away
open-pull-requests-limit: 8
@ -120,7 +121,6 @@ updates:
jsonrpc:
patterns:
- "jsonrpc*"
- "serde_json"
rand:
patterns:
- "rand*"
@ -135,6 +135,7 @@ updates:
schedule:
# tj-actions/changed-files often updates daily, which is too much for us
interval: weekly
day: wednesday
timezone: America/New_York
open-pull-requests-limit: 6
labels: