Files
qiming/qiming-claude-code-acp-ts/.github/dependabot.yml
2026-06-01 12:21:32 +08:00

19 lines
388 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "all"
groups:
minor:
update-types:
- "minor"
- "patch"