summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: d4a20bc610497699b432c6236cb1930166826a03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"
  - package-ecosystem: cargo
    directory: "/src/rust/"
    schedule:
      interval: daily
    allow:
      # Also update indirect dependencies
      - dependency-type: all