zeph 0.19.2

Lightweight AI agent with hybrid inference, skills-first architecture, and multi-channel I/O
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": ["config:recommended"],
  "gitAuthor": "Andrei G <andrei.g@my.com>",
  "schedule": ["before 9am on monday"],
  "timezone": "UTC",
  "prHourlyLimit": 5,
  "prConcurrentLimit": 10,
  "labels": ["dependencies"],
  "rangeStrategy": "bump",
  "constraintsFiltering": "strict",
  "packageRules": [
    {
      "description": "Group minor and patch Rust dependency updates",
      "matchManagers": ["cargo"],
      "matchUpdateTypes": ["minor", "patch"],
      "groupName": "rust-minor-patch",
      "automerge": true,
      "minimumReleaseAge": "3 days"
    },
    {
      "description": "Major Rust updates: separate PRs, manual merge, labeled",
      "matchManagers": ["cargo"],
      "matchUpdateTypes": ["major"],
      "automerge": false,
      "labels": ["dependencies", "major-update"]
    },
    {
      "description": "Group GitHub Actions updates",
      "matchManagers": ["github-actions"],
      "groupName": "github-actions",
      "automerge": true,
      "minimumReleaseAge": "3 days"
    }
  ]
}