...

Text file src/github.com/linkerd/linkerd2-proxy-api/.github/dependabot.yml

Documentation: github.com/linkerd/linkerd2-proxy-api/.github

     1version: 2
     2updates:
     3  - package-ecosystem: cargo
     4    directory: /
     5    schedule:
     6      interval: daily
     7
     8  - package-ecosystem: gomod
     9    directory: /
    10    schedule:
    11      interval: daily
    12
    13  - package-ecosystem: github-actions
    14    directory: "/"
    15    schedule:
    16      interval: daily

View as plain text