Pin the version of tools used in CI, have dependabot manage their version (#40066)

This commit is contained in:
Massimiliano Culpo
2023-09-22 19:33:01 +02:00
committed by GitHub
parent daf95227bf
commit 5c10c29923
3 changed files with 20 additions and 7 deletions

View File

@@ -10,3 +10,8 @@ updates:
directory: "/lib/spack/docs"
schedule:
interval: "daily"
# Requirements to run style checks
- package-ecosystem: "pip"
directory: "/.github/workflows/style"
schedule:
interval: "daily"