File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 60
60
61
61
# This represents the version of the rust-vmm-container used
62
62
# for running the tests.
63
- CONTAINER_VERSION = "g260df6e "
63
+ CONTAINER_VERSION = "gf26de2f "
64
64
# The suffix suggests that the dev image with `v{N}-riscv` tag is not to be
65
65
# confused with real `riscv64` image (it's actually a `x86_64` image with
66
66
# `qemu-system-riscv64` installed), since AWS yet has `riscv64` machines
Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
3
4
+ # We do not set open-pull-requests-limit, as sometimes
5
+ # dependabot thinks the limit is hit without actually having
6
+ # any PRs open. In reality, the configs below can only result
7
+ # in at most one PR per package ecosyste manyway.
4
8
# A monthly update of the rust-vmm-ci submodule
5
9
- package-ecosystem : gitsubmodule
6
10
directory : " /"
7
11
schedule :
8
12
interval : monthly
9
- open-pull-requests-limit : 1
10
13
11
14
# A monthly update to rust dependencies. These will be grouped,
12
15
# e.g. one PR will contains updates for all dependencies.
13
16
- package-ecosystem : cargo
14
17
directory : " /"
15
18
schedule :
16
19
interval : monthly
17
- open-pull-requests-limit : 1
18
20
# Make it also update transitive dependencies in Cargo.lock
19
21
allow :
20
22
- dependency-type : " all"
Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
3
4
+ # We do not set open-pull-requests-limit, as sometimes
5
+ # dependabot thinks the limit is hit without actually having
6
+ # any PRs open. In reality, the configs below can only result
7
+ # in at most one PR per package ecosyste manyway.
4
8
# A weekly update of the rust-vmm-ci submodule
5
9
- package-ecosystem : gitsubmodule
6
10
directory : " /"
7
11
schedule :
8
12
interval : weekly
9
13
day : monday
10
- open-pull-requests-limit : 1
11
14
12
15
# A weekly update to rust dependencies. These will be grouped,
13
16
# e.g. one PR will contains updates for all dependencies.
@@ -16,7 +19,6 @@ updates:
16
19
schedule :
17
20
interval : weekly
18
21
day : monday
19
- open-pull-requests-limit : 1
20
22
# Make it also update transitive dependencies in Cargo.lock
21
23
allow :
22
24
- dependency-type : " all"
You can’t perform that action at this time.
0 commit comments