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.
This commit is contained in:
cucadmuh
2026-05-29 20:22:33 +03:00
committed by GitHub
parent 8ea0308dba
commit be32792f5d
3 changed files with 51 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
# 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