aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 07b3c0fd7a5cb25b064fb1a9d6d188cd24852fab (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