cargo-instruments 0.4.13

Profile binary targets on macOS using Xcode Instruments.
1
2
3
4
5
6
7
8
9
10
11
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#package-ecosystem-
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "monthly"
  - package-ecosystem: "cargo"
    directory: "/"
    schedule:
      interval: "weekly"