summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: 9512ea009a165bec4caf2adc94421739f93c7a23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: 2
updates:

- package-ecosystem: gomod
  directory: "/"
  schedule:
    interval: daily
  open-pull-requests-limit: 10

- package-ecosystem: gomod
  directory: "/tests"
  schedule:
    interval: daily
  open-pull-requests-limit: 10