aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: e66988672bca5f8b8604343e2365b6241c18554a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: 2
updates:
  - package-ecosystem: "cargo"
    # Look for `Cargo.toml` and `Cargo.lock` in the root directory
    directory: "/"
    # Check for updates every Monday
    schedule:
      interval: "weekly"
    open-pull-requests-limit: 10
  - package-ecosystem: "github-actions"
    directory: "/"
    # Check for updates every Monday
    schedule:
      interval: "weekly"
    open-pull-requests-limit: 10