github.com/transparency-dev/armored-witness-os@v0.1.3-0.20240514084412-27eef7325168/.github/dependabot.yml (about)

     1  # Please see the documentation for all configuration options:
     2  # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
     3  
     4  version: 2
     5  updates:
     6  - package-ecosystem: gomod
     7    directory: "/"
     8    groups:
     9      all-go-deps:
    10        patterns:
    11          - "*"
    12    schedule:
    13      interval: daily
    14    commit-message:
    15      prefix: ":seedling:"
    16      include: "scope"
    17  - package-ecosystem: "github-actions"
    18    directory: "/"
    19    groups:
    20      all-gha-deps:
    21        patterns:
    22          - "*"
    23    schedule:
    24      interval: "daily"
    25    commit-message:
    26      prefix: ":seedling:"
    27      include: "scope"