summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: a5b42ffcf76b8508e2c8abce12c9ab3ae724c01b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: 2
updates:
  # Maintain dependencies for GitHub Actions
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"
  # Requirements to build documentation
  - package-ecosystem: "pip"
    directory: "/lib/spack/docs"
    schedule:
      interval: "daily"
  # Requirements to run style checks
  - package-ecosystem: "pip"
    directory: "/.github/workflows/style"
    schedule:
      interval: "daily"