veza/.github/dependabot.yml
senke 279a10d317 chore(cleanup): remove veza-chat-server directory and all operational references
Chat functionality is now fully handled by the Go backend (since v0.502).
Remove the deprecated Rust chat server and all its references from:
- CI/CD workflows (ci.yml, cd.yml, rust-ci.yml, chat-ci.yml)
- Monitoring & proxy config (prometheus, caddy, haproxy)
- Incus deployment scripts and documentation
- Monorepo config (package.json, dependabot, GH templates)
2026-02-22 21:13:00 +01:00

25 lines
576 B
YAML

version: 2
updates:
- package-ecosystem: "gomod"
directory: "/veza-backend-api"
schedule:
interval: "weekly"
labels: ["dependencies", "go"]
- package-ecosystem: "cargo"
directory: "/veza-stream-server"
schedule:
interval: "weekly"
labels: ["dependencies", "rust"]
- package-ecosystem: "npm"
directory: "/apps/web"
schedule:
interval: "weekly"
labels: ["dependencies", "frontend"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels: ["dependencies", "ci"]