trait-kit 0.2.3

Module Standard Interface and Capability Management Center — A lightweight Rust library that provides a standard interface for module definition and Kit capability management.
Documentation
# Dependabot 依赖更新(GitHub 原生)。
# 通用部分:监控 GitHub Actions 版本 + Rust cargo 依赖。
version: 2
updates:
  # 1) GitHub Actions 版本(通用,所有语言都适用)
  - package-ecosystem: github-actions
    directory: /
    schedule:
      interval: weekly
      day: monday
    open-pull-requests-limit: 5
    labels: [dependencies, github-actions]

  # 2) Rust cargo 依赖
  - package-ecosystem: cargo
    directory: /
    schedule:
      interval: weekly
      day: monday
    open-pull-requests-limit: 5
    labels: [dependencies, rust]