Skip to content

Commit fbaa283

Browse files
authored
Merge branch 'main' into setup-script
2 parents 9679581 + c0f5d4c commit fbaa283

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.buildkite/autogenerate_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
# This represents the version of the rust-vmm-container used
6262
# for running the tests.
63-
CONTAINER_VERSION = "g260df6e"
63+
CONTAINER_VERSION = "gf26de2f"
6464
# The suffix suggests that the dev image with `v{N}-riscv` tag is not to be
6565
# confused with real `riscv64` image (it's actually a `x86_64` image with
6666
# `qemu-system-riscv64` installed), since AWS yet has `riscv64` machines

dependabot-monthly.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
version: 2
22
updates:
33

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.
48
# A monthly update of the rust-vmm-ci submodule
59
- package-ecosystem: gitsubmodule
610
directory: "/"
711
schedule:
812
interval: monthly
9-
open-pull-requests-limit: 1
1013

1114
# A monthly update to rust dependencies. These will be grouped,
1215
# e.g. one PR will contains updates for all dependencies.
1316
- package-ecosystem: cargo
1417
directory: "/"
1518
schedule:
1619
interval: monthly
17-
open-pull-requests-limit: 1
1820
# Make it also update transitive dependencies in Cargo.lock
1921
allow:
2022
- dependency-type: "all"

dependabot-weekly.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
version: 2
22
updates:
33

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.
48
# A weekly update of the rust-vmm-ci submodule
59
- package-ecosystem: gitsubmodule
610
directory: "/"
711
schedule:
812
interval: weekly
913
day: monday
10-
open-pull-requests-limit: 1
1114

1215
# A weekly update to rust dependencies. These will be grouped,
1316
# e.g. one PR will contains updates for all dependencies.
@@ -16,7 +19,6 @@ updates:
1619
schedule:
1720
interval: weekly
1821
day: monday
19-
open-pull-requests-limit: 1
2022
# Make it also update transitive dependencies in Cargo.lock
2123
allow:
2224
- dependency-type: "all"

0 commit comments

Comments
 (0)