Skip to content

Commit 04fb28c

Browse files
roypatrbradford
authored andcommitted
Enable dependabot for rust dependency updates
Also increases the frequency for rust-vmm-ci submodules updates to once a week, and limits the number of simultaneous PRs for it to one. This brings the configuration in-line with vm-allocator and vm-memory. Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent ef542d4 commit 04fb28c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@ updates:
33
- package-ecosystem: gitsubmodule
44
directory: "/"
55
schedule:
6-
interval: monthly
6+
interval: weekly
7+
open-pull-requests-limit: 1
8+
- package-ecosystem: cargo
9+
directory: "/"
10+
schedule:
11+
interval: weekly
712
open-pull-requests-limit: 10
13+
rebase-strategy: "disabled"

0 commit comments

Comments
 (0)