...

Text file src/helm.sh/helm/v3/.github/dependabot.yml

Documentation: helm.sh/helm/v3/.github

     1version: 2
     2
     3updates:
     4  - package-ecosystem: "gomod"
     5    directory: "/"
     6    schedule:
     7      interval: "daily"
     8    groups:
     9      k8s.io:
    10        patterns:
    11          - "k8s.io/api"
    12          - "k8s.io/apiextensions-apiserver"
    13          - "k8s.io/apimachinery"
    14          - "k8s.io/apiserver"
    15          - "k8s.io/cli-runtime"
    16          - "k8s.io/client-go"
    17          - "k8s.io/kubectl"
    18  - package-ecosystem: "github-actions"
    19    directory: "/"
    20    schedule:
    21      interval: "daily"

View as plain text