Files
kapow/.github/dependabot.yml
pancho horrillo d9c840f70f chore: enable dependabot
. Check GitHub Actions, Go modules and Docker
2020-10-01 17:44:35 +02:00

17 lines
306 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/.github/go"
schedule:
interval: "daily"