Commit Graph

2 Commits

Author SHA1 Message Date
Patrick Roy
fc4584d8b8 dependabot: drop open-pull-requests-limit
There seems to be a bug in dependabot where sometimes it refuses to open
PRs due to hitting the pull request limit despite no PRs being open. The
rust-vmm/kvm repository ran into this. To avoid this in the future, drop
the open-pull-requests-limit key, which fixed the issue for
rust-vmm/kvm. In practice, due to us only having a single submodule and
due to cargo updates being grouped, we can only get at most one PR per
ecosystem at a time anyway.

Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
2025-09-01 09:28:06 -04:00
Patrick Roy
5f5deb060e Add default dependabot configurations
The intention with these is that crates including rust-vmm-ci as a
submodule will be able to copy either the monthly or weekly schedule to
their repository's .github/dependabot.yml. Sadly, it is not possible to
automatically keep these in-sync with upstream, as dependabot does not
support symlinking the dependabot.yml file into a submodule. However, we
expect updates to be rare enough for this to not be a practical problem.

Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
2024-02-14 15:17:51 +00:00