chore: add dependabot config (#12565)

This commit is contained in:
王贺
2026-04-22 16:53:12 +08:00
committed by GitHub
parent 92598effc1
commit 94f8c5d2f1

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

@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "gomod"
directories:
- "/agent"
- "/core"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/frontend"
schedule:
interval: "daily"