...

Text file src/github.com/prometheus/client_golang/.github/dependabot.yml

Documentation: github.com/prometheus/client_golang/.github

     1version: 2
     2updates:
     3  - package-ecosystem: "gomod"
     4    directory: "/"
     5    schedule:
     6      interval: "monthly"
     7  - package-ecosystem: "gomod"
     8    directory: "/examples/middleware"
     9    schedule:
    10      interval: "monthly"
    11  - package-ecosystem: "gomod"
    12    directory: "/tutorial/whatsup"
    13    schedule:
    14      interval: "monthly"
    15  - package-ecosystem: "github-actions"
    16    directory: "/"
    17    schedule:
    18      interval: "monthly"
    19    groups:
    20      github-actions:
    21        patterns:
    22          - "*"

View as plain text