summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 1116676996a3cd7f70ec8e3dbb7e1c28e6fc410f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
version: 2
updates:
  - package-ecosystem: "cargo"
    directory: "/"
    schedule:
      interval: "daily"

  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"