summaryrefslogblamecommitdiff
path: root/.github/dependabot.yml
blob: 13572e95421f0a6d94b63ceeb50f204738cb97d3 (plain) (tree)
1
2
3
4
5
6
7






                                            




                                       
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"