summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: c0d36a0b08d32946a4720752170a436576a26f26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
version: 2
updates:
- package-ecosystem: cargo
  directory: "/"
  schedule:
    interval: daily
  open-pull-requests-limit: 10
  labels:
  - "\U0001F4E6 dependencies"
- package-ecosystem: npm
  directory: "/docs"
  schedule:
    interval: weekly
  open-pull-requests-limit: 10
  labels:
  - "\U0001F4E6 dependencies"
- package-ecosystem: github-actions
  directory: "/"
  schedule:
    interval: daily
  open-pull-requests-limit: 10
  labels:
  - "\U0001F4E6 dependencies"