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)
25 lines
576 B
YAML
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"]
|