gobot.io/x/gobot/v2@v2.1.0/.github/dependabot.yml (about)

     1  # package-ecosystem, directory and schedule is mandatory
     2  
     3  version: 2
     4  updates:
     5    - package-ecosystem: "gomod"
     6      directory: "/"
     7      schedule:
     8        interval: "weekly"
     9      # Raise pull requests for version updates
    10      # for go modules against the `dev` branch
    11      target-branch: "dev"