summaryrefslogtreecommitdiffhomepage
path: root/.github/dependabot.yml
blob: c242b5fb6921144030eecaf5d40f3b4bca3cd20e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
version: 2
updates:
- package-ecosystem: cargo
  directory: "/"
  schedule:
    interval: weekly
    time: "13:00"
  versioning-strategy: increase-if-necessary
- package-ecosystem: github-actions
  directory: "/"
  schedule:
    interval: weekly