summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 6268b8c01a145e93456588d1b75a21ad958fbabf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: 2
updates:
- package-ecosystem: cargo
  directory: "/"
  schedule:
    interval: daily
  open-pull-requests-limit: 10
  ignore:
  - dependency-name: regex
    versions:
    - 1.4.4
- package-ecosystem: "github-actions"
  directory: "/"
  schedule:
    interval: "daily"