aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: cf039be38147ca1f6e2143638a923a4d0c5e8983 (plain)
1
2
3
4
5
6
7
8
version: 2
updates:
- package-ecosystem: cargo
  directory: "/"
  schedule:
    interval: daily
    time: "11:00"
  open-pull-requests-limit: 10