aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: c1901f0c3e05d20d0f3ef33a7f0af9dd98b1755f (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
    time: "10:00"
  open-pull-requests-limit: 1
- package-ecosystem: cargo
  directory: "/web/mastosan"
  schedule:
    interval: daily
    time: "10:00"
  open-pull-requests-limit: 10