From: Evgeny Vereshchagin Date: Thu, 11 Nov 2021 16:54:40 +0000 (+0000) Subject: ci: allow Dependabot to open up to 2 PRs X-Git-Tag: v250-rc1~275^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38ac3ab10aaad96ece4805ca29354e0006a51719;p=thirdparty%2Fsystemd.git ci: allow Dependabot to open up to 2 PRs Apparently version updates aren't always disabled on old forks, which leads to new PRs opened there. To somewhat mitigate the issue let's limit the number of PRs Dependabot can create. It was reported in https://github.com/yuwata/systemd/pull/2#issuecomment-967737195 --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 123014908be..c87da6a802e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,4 @@ updates: directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 2