From c5b4cd892164691f585980b301d5868b125a36f9 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Tue, 16 Aug 2022 17:22:43 +0000 Subject: [PATCH] Build/Test Tools: Increase the Dependabot pull request limit for GitHub Actions. This ensures updates for all 3rd party actions will be flagged when updates exist simultaneously. See #55652. git-svn-id: https://develop.svn.wordpress.org/trunk@53899 602fd350-edb4-49c9-b593-d223f7449a82 --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index da9ab523a8..59542a88ff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,4 @@ updates: directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 10