Files
goreplay/.github/dependabot.yaml
Jauder HoandGitHub ba4f5753be Update dependabot.yaml (#1173)
Extend Dependabot to manage Go and Docker dependencies
2023-05-13 11:22:29 +03:00

22 lines
467 B
YAML

version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
pull-request-branch-name:
# Separate sections of the branch name with a hyphen
separator: "-"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"