...

Text file src/github.com/cert-manager/issuer-lib/.github/dependabot.yaml

Documentation: github.com/cert-manager/issuer-lib/.github

     1# THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
     2# Edit https://github.com/cert-manager/makefile-modules/blob/main/modules/repository-base/base/.github/dependabot.yaml instead.
     3
     4# Update Go dependencies and GitHub Actions dependencies daily.
     5version: 2
     6updates:
     7- package-ecosystem: gomod
     8  directory: /
     9  schedule:
    10    interval: daily
    11  groups:
    12    all:
    13      patterns: ["*"]
    14- package-ecosystem: github-actions
    15  directory: /
    16  schedule:
    17    interval: daily
    18  groups:
    19    all:
    20      patterns: ["*"]

View as plain text