Merge pull request #45 from dj-oyu/upstream-sync-20260316

merge: upstream/main into fork (2026-03-16)
This commit is contained in:
dj-oyu 2026-03-16 10:33:37 +09:00 committed by GitHub
commit 464a614af2
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"