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