sql-splitter 1.13.6

High-performance CLI tool for splitting large SQL dump files into individual table files
Documentation
version: 2
updates:
  - package-ecosystem: "cargo"
    directory: "/"
    schedule:
      interval: "weekly"
    commit-message:
      prefix: "deps"
    # rustyline 18 drops a transitive Windows dep that libduckdb-sys was
    # relying on to link rstrtmgr.lib (Restart Manager), producing
    # unresolved-symbol link errors on Windows. Stay on rustyline 17 until
    # duckdb-rs declares the link itself or we add an explicit
    # windows-sys/Win32_System_RestartManager dep.
    ignore:
      - dependency-name: "rustyline"
        update-types: ["version-update:semver-major"]

  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
    commit-message:
      prefix: "ci"
    # release.yml is generated by cargo-dist (see dist-workspace.toml); the
    # action versions there are pinned by cargo-dist itself, so bumping them
    # via Dependabot fails the cargo-dist plan step (workflow drift check).
    # Bump them by upgrading cargo-dist instead.
    ignore:
      - dependency-name: "actions/upload-artifact"
      - dependency-name: "actions/download-artifact"