...

Text file src/github.com/google/go-github/v45/.github/dependabot.yml

Documentation: github.com/google/go-github/v45/.github

     1version: 2
     2updates:
     3- package-ecosystem: gomod
     4  directory: /
     5  schedule:
     6    interval: weekly
     7- package-ecosystem: gomod
     8  directory: scrape
     9  schedule:
    10    interval: weekly
    11- package-ecosystem: gomod
    12  directory: update-urls
    13  schedule:
    14    interval: weekly
    15- package-ecosystem: github-actions
    16  directory: /
    17  schedule:
    18    interval: weekly

View as plain text