From ebf8af3dd776229be722daf136a0c44931d64464 Mon Sep 17 00:00:00 2001 From: Alex Mukha Date: Wed, 5 Aug 2020 12:07:02 +0100 Subject: [PATCH] Increase the limit of dependabot PRs to 15 --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cfb716a79..49dabfc05 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,7 @@ updates: interval: "daily" time: "22:00" timezone: "Europe/London" + open-pull-requests-limit: 15 ignore: # Solr dependencies - dependency-name: "org.apache.lucene:lucene-analyzers-common"