ndatafusion 0.1.1

Extensions and support for linear algebra in DataFusion
Documentation
version: 2
updates:
  # Keep Rust dependencies up to date
  - package-ecosystem: "cargo"
    directory: "/"
    schedule:
      interval: "weekly"
      day: "monday"
    rebase-strategy: "disabled"
    groups:
      # Group all patch updates together
      patch-updates:
        update-types:
          - "patch"
    # Limit to 5 PRs at a time
    open-pull-requests-limit: 5
    
  # Keep GitHub Actions up to date
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
      day: "monday"
    rebase-strategy: "disabled"
    open-pull-requests-limit: 1
    groups:
      workflow-actions:
        patterns:
          - "*"