Skip to content

Commit 3d28e22

Browse files
Dependabot: allow 10 open PRs for general updates (#19253)
1 parent 0dfc21c commit 3d28e22

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
version: 2
2+
# As dependabot is currently only run on a weekly basis, we raise the
3+
# open-pull-requests-limit to 10 (from the default of 5) to better ensure we
4+
# don't continuously grow a backlog of updates.
25
updates:
36
- # "pip" is the correct setting for poetry, per https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
47
package-ecosystem: "pip"
58
directory: "/"
9+
open-pull-requests-limit: 10
610
schedule:
711
interval: "weekly"
812
# Prevent pulling packages that were recently updated to help mitigate
@@ -18,20 +22,23 @@ updates:
1822

1923
- package-ecosystem: "docker"
2024
directory: "/docker"
25+
open-pull-requests-limit: 10
2126
schedule:
2227
interval: "weekly"
2328
cooldown:
2429
default-days: 14
2530

2631
- package-ecosystem: "github-actions"
2732
directory: "/"
33+
open-pull-requests-limit: 10
2834
schedule:
2935
interval: "weekly"
3036
cooldown:
3137
default-days: 14
3238

3339
- package-ecosystem: "cargo"
3440
directory: "/"
41+
open-pull-requests-limit: 10
3542
versioning-strategy: "lockfile-only"
3643
schedule:
3744
interval: "weekly"

changelog.d/19253.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Raise the limit for concurrently-open non-security @dependabot PRs from 5 to 10.

0 commit comments

Comments
 (0)