ccd-pick 0.1.3

A fast, intelligent directory navigation tool with frequency tracking
version: 2
updates:
  # Enable version updates for Cargo
  - package-ecosystem: "cargo"
    directory: "/"
    schedule:
      interval: "weekly"
      day: "monday"
      time: "09:00"
    open-pull-requests-limit: 5
    commit-message:
      prefix: "deps"
      include: "scope"
    # Group minor and patch updates together
    groups:
      minor-and-patch:
        patterns:
          - "*"
        update-types:
          - "minor"
          - "patch"
    # Allow major updates individually for careful review
    ignore:
      - dependency-name: "*"
        update-types: ["version-update:semver-major"]