summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2021-11-11 16:54:40 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2021-11-11 17:20:30 +0000
commit38ac3ab10aaad96ece4805ca29354e0006a51719 (patch)
tree781995c07facd26d05bd5f0b1406e2eef88e1ff8 /.github/dependabot.yml
parent4e296232e4060b4440ca253490c3e80cded698e4 (diff)
downloadsystemd-38ac3ab10aaad96ece4805ca29354e0006a51719.tar.gz
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
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml1
1 files changed, 1 insertions, 0 deletions
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