Files
psysonic/.github/dependabot.yml
T
cucadmuh be32792f5d chore: add SECURITY.md and Dependabot config (#893)
Document private vulnerability reporting and enable weekly npm/Cargo
dependency update PRs; link CONTRIBUTING to the new security policy.
2026-05-29 20:22:33 +03:00

23 lines
505 B
YAML

# Weekly dependency update PRs for npm (frontend) and Cargo (src-tauri workspace).
# Review and merge like any other PR; run CI before merging.
version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 5
labels:
- dependencies
- package-ecosystem: cargo
directory: /src-tauri
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 5
labels:
- dependencies