dependabot (#25677)

This commit is contained in:
Asuka Minato 2025-09-15 11:59:34 +09:00 committed by GitHub
parent 07d383ffaa
commit 03664d6b51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

12
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/web"
schedule:
interval: "weekly"
open-pull-requests-limit: 2
- package-ecosystem: "uv"
directory: "/api"
schedule:
interval: "weekly"
open-pull-requests-limit: 2