1version: 2 2updates: 3 - package-ecosystem: "github-actions" 4 directory: "/" 5 schedule: 6 interval: "monthly" 7 - package-ecosystem: "gomod" # Dependencies listed in go.mod 8 directory: "/" # Location of package manifests 9 schedule: 10 interval: "weekly"