From af2962613d520248650d3e71440973324f004255 Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 18 Jul 2023 14:55:13 +1000 Subject: [PATCH] Change dependabot.yml Actions schedule and fix groups (#7241) --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e5a061c8..ad39a513 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: