netmaker/.github/dependabot.yml
2021-10-07 21:57:56 -04:00

10 lines
254 B
YAML

# Basic dependabot.yml file with minimum configuration for gomod.
version: 2
updates:
# Enable version updates for go
- package-ecosystem: "gomod"
directory: "/"
# Check for updates every day (weekdays)
schedule:
interval: "daily"