codediff 0.0.12

Fast, robust, syntax-aware code diffing using tree-sitter ASTs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: 2
updates:
  # Rust dependencies (Cargo.toml/Cargo.lock) - a large tree (tree-sitter grammars, ratatui,
  # tokio, git2, ...), so keeping it current matters for security patches in particular.
  - package-ecosystem: "cargo"
    directory: "/"
    schedule:
      interval: "weekly"

  # The actions used by .github/workflows/ci.yml and release.yml (actions/checkout,
  # dtolnay/rust-toolchain, Swatinem/rust-cache, rustsec/audit-check, softprops/action-gh-release).
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"