Change dependabot.yml Actions schedule and fix groups (#7241)
This commit is contained in:
parent
f9a5635105
commit
af2962613d
|
|
@ -5,6 +5,7 @@ updates:
|
||||||
# serde, clap, and other dependencies sometimes have multiple updates in a week
|
# serde, clap, and other dependencies sometimes have multiple updates in a week
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
|
day: monday
|
||||||
timezone: America/New_York
|
timezone: America/New_York
|
||||||
# Limit dependabot to 2 PRs per reviewer, but assume one reviewer is busy or away
|
# Limit dependabot to 2 PRs per reviewer, but assume one reviewer is busy or away
|
||||||
open-pull-requests-limit: 8
|
open-pull-requests-limit: 8
|
||||||
|
|
@ -120,7 +121,6 @@ updates:
|
||||||
jsonrpc:
|
jsonrpc:
|
||||||
patterns:
|
patterns:
|
||||||
- "jsonrpc*"
|
- "jsonrpc*"
|
||||||
- "serde_json"
|
|
||||||
rand:
|
rand:
|
||||||
patterns:
|
patterns:
|
||||||
- "rand*"
|
- "rand*"
|
||||||
|
|
@ -135,6 +135,7 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
# tj-actions/changed-files often updates daily, which is too much for us
|
# tj-actions/changed-files often updates daily, which is too much for us
|
||||||
interval: weekly
|
interval: weekly
|
||||||
|
day: wednesday
|
||||||
timezone: America/New_York
|
timezone: America/New_York
|
||||||
open-pull-requests-limit: 6
|
open-pull-requests-limit: 6
|
||||||
labels:
|
labels:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue