context7-cli 0.5.0

Search library documentation from your terminal — zero runtime, bilingual (EN/PT), multi-key rotation
Documentation
# IMPORTANTE: PRs abertas por este bot NÃO devem gerar commits na main
# com "Co-authored-by: dependabot[bot]".
# Ao mergear: usar "Squash and merge" + "Use pull request title and description"
# no GitHub UI (Settings → General → Pull Requests → Default to PR title).

version: 2

updates:
  - package-ecosystem: cargo
    directory: /
    schedule:
      interval: weekly
      day: monday
      time: "09:00"
      timezone: "America/Sao_Paulo"
    labels:
      - dependencies
      - rust
    open-pull-requests-limit: 5
    groups:
      patch-updates:
        update-types:
          - patch
      minor-updates:
        update-types:
          - minor
    ignore:
      - dependency-name: "rand"
        versions: ["0.9.x"]
      - dependency-name: "colored"
        versions: ["3.x"]
      - dependency-name: "toml"
        versions: ["2.x"]

  - package-ecosystem: github-actions
    directory: /
    schedule:
      interval: weekly
      day: monday
      time: "09:00"
      timezone: "America/Sao_Paulo"
    labels:
      - dependencies
      - github-actions
    open-pull-requests-limit: 5
    ignore:
      - dependency-name: "actions/checkout"
        versions: ["5.x", "6.x"]
      - dependency-name: "dtolnay/rust-toolchain"
        versions: ["1.100"]