From 38ac3ab10aaad96ece4805ca29354e0006a51719 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Thu, 11 Nov 2021 16:54:40 +0000 Subject: 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 --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/dependabot.yml') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 123014908b..c87da6a802 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,4 @@ updates: directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 2 -- cgit v1.2.1