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