Merge branch 'main' into feat/queue-based-graph-engine

This commit is contained in:
-LAN-
2025-09-15 12:21:18 +08:00
51 changed files with 1840 additions and 340 deletions

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