ovpn-admin/.github/dependabot.yml
maksim.nabokikh 366bb56596 Add workflows for the chart to CI
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-03 12:38:16 +01:00

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"