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

View File

@@ -3,14 +3,14 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
- package-ecosystem: "bun"
directory: "/web"
schedule:
interval: "weekly"
interval: "monthly"
- package-ecosystem: "uv"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"