feat(dependabot): change update schedule from weekly to monthly for all ecosystems

This commit is contained in:
shiyu
2025-12-25 15:09:45 +08:00
parent ae80a751a8
commit d88e95a9af
+3 -3
View File
@@ -3,14 +3,14 @@ updates:
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "monthly"
- package-ecosystem: "bun" - package-ecosystem: "bun"
directory: "/web" directory: "/web"
schedule: schedule:
interval: "weekly" interval: "monthly"
- package-ecosystem: "uv" - package-ecosystem: "uv"
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "monthly"