feat/sec add github's dependabot to scan the lib sec.

This commit is contained in:
sky5454 2026-03-15 18:02:26 +08:00 committed by GitHub
parent 96fd4e0519
commit 54f870c255
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

27
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,27 @@
version: 2
updates:
# Go dependencies (entire repo)
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"
- "go"
# Frontend dependencies
- package-ecosystem: "npm"
directory: "/web/frontend"
schedule:
interval: "weekly"
labels:
- "dependencies"
- "frontend"
# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"