...

Text file src/github.com/theupdateframework/go-tuf/.github/dependabot.yml

Documentation: github.com/theupdateframework/go-tuf/.github

     1version: 2
     2updates:
     3  # Monitor Go dependencies
     4  - package-ecosystem: "gomod"
     5    directory: "/"
     6    schedule:
     7      interval: "weekly"
     8      time: "10:00"
     9    commit-message:
    10      prefix: "chore"
    11      include: "scope"
    12    open-pull-requests-limit: 10
    13  # Monitor Github Actions
    14  - package-ecosystem: "github-actions"
    15    directory: "/"
    16    schedule:
    17      interval: "weekly"
    18      time: "10:00"
    19    commit-message:
    20      prefix: "chore"
    21      include: "scope"
    22    open-pull-requests-limit: 10
    23  # Monitor Python test dependencies
    24  - package-ecosystem: "pip"
    25    directory: "/"
    26    schedule:
    27      interval: "weekly"
    28      time: "10:00"
    29    commit-message:
    30      prefix: "chore"
    31      include: "scope"
    32    open-pull-requests-limit: 10

View as plain text