async-profiler-agent 0.1.13

Rust agent for async-profiler
Documentation
1
2
3
4
5
6
7
8
9
10
version: 2
updates:
  - package-ecosystem: "cargo"
    directory: "."
    schedule:
      interval: "weekly"
    ignore:
      # For all packages, ignore all patch/minor updates. Cargo will consume these versions automatically and metrique does not pin dependencies.
      - dependency-name: "*"
        update-types: ["version-update:semver-patch", "version-update:semver-minor"]