ovpn-admin/.github/dependabot.yml
maksim.nabokikh 2dcdfc395b Fix build
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-03 14:58:34 +01:00

26 lines
602 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.ovpn-admin
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
# Dependencies listed in frontend/package.json
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"