Dependabot: allow 10 open PRs for general updates (#19253)
This commit is contained in:
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
@@ -1,8 +1,12 @@
|
|||||||
version: 2
|
version: 2
|
||||||
|
# As dependabot is currently only run on a weekly basis, we raise the
|
||||||
|
# open-pull-requests-limit to 10 (from the default of 5) to better ensure we
|
||||||
|
# don't continuously grow a backlog of updates.
|
||||||
updates:
|
updates:
|
||||||
- # "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
|
- # "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
|
||||||
package-ecosystem: "pip"
|
package-ecosystem: "pip"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
open-pull-requests-limit: 10
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
# Prevent pulling packages that were recently updated to help mitigate
|
# Prevent pulling packages that were recently updated to help mitigate
|
||||||
@@ -18,6 +22,7 @@ updates:
|
|||||||
|
|
||||||
- package-ecosystem: "docker"
|
- package-ecosystem: "docker"
|
||||||
directory: "/docker"
|
directory: "/docker"
|
||||||
|
open-pull-requests-limit: 10
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
cooldown:
|
cooldown:
|
||||||
@@ -25,6 +30,7 @@ updates:
|
|||||||
|
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
open-pull-requests-limit: 10
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
cooldown:
|
cooldown:
|
||||||
@@ -32,6 +38,7 @@ updates:
|
|||||||
|
|
||||||
- package-ecosystem: "cargo"
|
- package-ecosystem: "cargo"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
open-pull-requests-limit: 10
|
||||||
versioning-strategy: "lockfile-only"
|
versioning-strategy: "lockfile-only"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
|||||||
1
changelog.d/19253.misc
Normal file
1
changelog.d/19253.misc
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Raise the limit for concurrently-open non-security @dependabot PRs from 5 to 10.
|
||||||
Reference in New Issue
Block a user