...

Text file src/github.com/vishvananda/netns/.github/dependabot.yml

Documentation: github.com/vishvananda/netns/.github

     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"

View as plain text