kode-bridge 0.4.0

Modern HTTP Over IPC library for Rust with both client and server support (Unix sockets, Windows named pipes).
Documentation
{
  "extends": ["config:recommended", ":disableDependencyDashboard"],
  "baseBranches": ["dev"],
  "enabledManagers": ["cargo"],
  "labels": ["dependencies"],
  "ignorePaths": [
    "**/__tests__/**",
    "**/test/**",
    "**/tests/**",
    "**/__fixtures__/**",
    "**/crate/**",
    "shared/**"
  ],
  "rangeStrategy": "bump",
  "packageRules": [
    {
      "semanticCommitType": "chore",
      "matchPackageNames": ["*"]
    },
    {
      "description": "Group all cargo dependencies into a single PR",
      "matchManagers": ["cargo"],
      "groupName": "cargo dependencies"
    }
  ]
}