summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: c110cd05a38aa737792ef58ec3ff165788debb8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "monthly"

  # We want to be more sure in our e2e-test, before committing to
  # update all of our dependencies.
  # Only add packages very sporadically here for now.
  - package-ecosystem: "cargo"
    directory: "/"
    schedule:
      interval: "monthly"
    allow:
      # Allow only direct updates
      - dependency-name: "log"
  - package-ecosystem: "cargo"
    directory: "/zellij-utils/"
    schedule:
      interval: "monthly"
    allow:
      # Allow only direct updates
      - dependency-name: "log"
      - dependency-name: "log4rs"
      - dependency-name: "clap"
      - dependency-name: "clap_complete"