...

Text file src/github.com/spf13/viper/.github/dependabot.yaml

Documentation: github.com/spf13/viper/.github

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

View as plain text