...

Text file src/github.com/fatih/color/.github/dependabot.yml

Documentation: github.com/fatih/color/.github

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

View as plain text