summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: ec3a8a984e175aa66ac1ebdca5849dffa23d05e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
version: 2
updates:
- package-ecosystem: gomod
  directory: "/"
  schedule:
    interval: daily
  open-pull-requests-limit: 10

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

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