microvm-runtime 0.2.0-alpha.1

Firecracker microVM driver for decentralized Tangle operators — pure-Rust primitive, no service, no auth, no business logic.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: 2
updates:
  - package-ecosystem: "cargo"
    directory: "/"
    schedule:
      interval: "daily"
    open-pull-requests-limit: 5
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
    ignore:
      # `dtolnay/rust-toolchain@<channel>` pins a Rust channel (e.g. `@stable`,
      # `@1.91`), not a semver version of the action. Dependabot misreads the
      # tag as a semver number and "bumps" it to nonexistent versions like
      # `@1.100`. Track manually instead.
      - dependency-name: "dtolnay/rust-toolchain"