pathrs 0.2.4

C-friendly API to make path resolution safer on Linux.
Documentation
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
  # Dependencies list in Cargo.{toml,lock}.
  - package-ecosystem: "cargo"
    directory: "/"
    schedule:
      interval: "daily"
    # Transitive dependencies that violate our MSRV.
    ignore:
      # MSRV(1.65)
      - dependency-name: "textwrap"
        versions: [ ">=0.16.2" ]
      # MSRV(1.65)
      - dependency-name: "once_cell"
        versions: [ ">=1.21.0" ]
  # Dependencies listed in .github/workflows/*.yml
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"