mirror of
https://github.com/flant/ovpn-admin.git
synced 2025-12-13 04:16:14 -08:00
26 lines
591 B
YAML
26 lines
591 B
YAML
version: 2
|
|
updates:
|
|
# Dependencies listed in go.mod
|
|
- package-ecosystem: "gomod"
|
|
directory: "/" # Location of package manifests
|
|
schedule:
|
|
interval: "weekly"
|
|
|
|
# Dependencies listed in .github/workflows/*.yml
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
|
|
# Dependencies listed in Dockerfile
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
|
|
# Dependencies listed in frontend/package.json
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|