feat(dependabot): add configuration for automated dependency updates

This commit is contained in:
shiyu
2025-12-17 12:47:07 +08:00
parent 1c0fc24cfa
commit fc3b6a9d70

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

@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "bun"
directory: "/web"
schedule:
interval: "weekly"
- package-ecosystem: "uv"
directory: "/"
schedule:
interval: "weekly"