sqlite-plugin 0.1.0

A Rust crate for building a custom SQLite virtual file system (VFS).
Documentation
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": ["config:best-practices", "schedule:daily"],
  "lockFileMaintenance": {
    "enabled": true,
    "automerge": true
  },
  "automergeType": "branch",
  "packageRules": [
    {
      "groupName": "all patch updates",
      "groupSlug": "all-patch",
      "matchPackageNames": ["*"],
      "matchUpdateTypes": ["patch"],
      "matchCurrentVersion": "!/^0/",
      "automerge": true
    }
  ]
}