...

Text file src/github.com/onsi/ginkgo/v2/.github/dependabot.yml

Documentation: github.com/onsi/ginkgo/v2/.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
    10
    11- package-ecosystem: gomod
    12  directory: "/"
    13  schedule:
    14    interval: daily
    15    time: '01:00'
    16  open-pull-requests-limit: 5
    17  
    18
    19- package-ecosystem: "github-actions"
    20  directory: "/"
    21  schedule:
    22    interval: daily
    23    time: '01:00'
    24  open-pull-requests-limit: 5

View as plain text