]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: allow Dependabot to open up to 2 PRs 21342/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Thu, 11 Nov 2021 16:54:40 +0000 (16:54 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Thu, 11 Nov 2021 17:20:30 +0000 (17:20 +0000)
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

index 123014908bebbfb7ecfa1d15daaceb272fabe05b..c87da6a802e5d199af5a395ae48c442fd8bbaabd 100644 (file)
@@ -4,3 +4,4 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
+    open-pull-requests-limit: 2