{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "assignees": [
    "jalil"
  ],
  "automerge": true,
  "automergeStrategy": "auto",
  "automergeType": "pr",
  "commitBodyTable": true,
  "dependencyDashboard": true,
  "extends": [
    "config:recommended"
  ],
  "prCreation": "immediate",
  "cargo": {
    "commitMessageTopic": "Rust crate {{depName}}",
    "fileMatch": [
      "(^|/)Cargo\\.toml$"
    ],
    "versioning": "cargo",
    "enabled": true
  },
  "nix": {
    "fileMatch": [
      "(^|/)flake\\.nix$"
    ],
    "commitMessageTopic": "nixpkgs",
    "commitMessageExtra": "to {{newValue}}",
    "enabled": true
  },
  "lockFileMaintenance": {
    "enabled": true,
    "recreateWhen": "always",
    "rebaseStalePrs": true,
    "branchTopic": "lock-file-maintenance",
    "commitMessageAction": "Lock file maintenance",
    "schedule": [
      "* 23 * * *"
    ]
  },
  "automergeSchedule": [
    "* 0-1 * * *"
  ]
}