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
This commit is contained in:
Evgeny Vereshchagin 2021-11-11 16:54:40 +00:00
parent 4e296232e4
commit 38ac3ab10a

View file

@ -4,3 +4,4 @@ updates:
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 2