From 75b418c6466dd6a416c82b21787b3935e42c8a0d Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Mon, 3 Mar 2025 10:31:26 -0800 Subject: [PATCH] dependabot: allow up to 10 open PR's Signed-off-by: Patrick Linnane --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 417a3aaeac..f08563b11c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,7 @@ updates: artifacts: patterns: - actions/*-artifact + open-pull-requests-limit: 10 - package-ecosystem: bundler directory: /Library/Homebrew @@ -25,6 +26,7 @@ updates: sorbet: patterns: - "sorbet*" + open-pull-requests-limit: 10 - package-ecosystem: npm directory: / @@ -32,6 +34,7 @@ updates: interval: daily allow: - dependency-type: all + open-pull-requests-limit: 10 - package-ecosystem: docker directory: / @@ -39,6 +42,7 @@ updates: interval: daily allow: - dependency-type: all + open-pull-requests-limit: 10 - package-ecosystem: devcontainers directory: / @@ -46,6 +50,7 @@ updates: interval: daily allow: - dependency-type: all + open-pull-requests-limit: 10 - package-ecosystem: pip directory: / @@ -53,6 +58,7 @@ updates: interval: daily allow: - dependency-type: all + open-pull-requests-limit: 10 - package-ecosystem: pip directory: /Library/Homebrew/formula-analytics/ @@ -60,3 +66,4 @@ updates: interval: daily allow: - dependency-type: all + open-pull-requests-limit: 10