...

Text file src/github.com/onsi/gomega/.github/dependabot.yml

Documentation: github.com/onsi/gomega/.github

     1version: 2
     2updates:
     3- package-ecosystem: bundler
     4  directory: "/docs"
     5  schedule:
     6    interval: daily
     7    time: '01:00'
     8  open-pull-requests-limit: 5
     9- package-ecosystem: gomod
    10  directory: "/"
    11  schedule:
    12    interval: daily
    13    time: '01:00'
    14  open-pull-requests-limit: 5
    15- package-ecosystem: github-actions
    16  directory: "/"
    17  schedule:
    18    interval: daily
    19    time: '01:00'
    20  open-pull-requests-limit: 5

View as plain text