dependabot: Specify time and reduce PR limit (#38947)

The merge queue today was greatly affected by many dependabot PRs in the
European morning, which caused a long merge queue for the rest of the
day.
Let's attempt to schedule dependabot updates during less busy times, and
also reduce the limit of open PRs.
[Dependabot
documentation](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#schedule-)

Testing: No testing.

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
Jonathan Schwender 2025-08-27 08:22:05 +02:00 committed by GitHub
parent 3708d493b9
commit 5a9034cd5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,10 @@ updates:
- "tests/wpt/**"
schedule:
interval: daily
open-pull-requests-limit: 10
# default timezone is UTC
# CI is usually busiest during european daytime.
time: "00:00"
open-pull-requests-limit: 7
allow:
- dependency-type: direct
- dependency-type: indirect