mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-24 16:12:59 +08:00
10 lines
254 B
YAML
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"
|