diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2023-09-22 19:33:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-22 10:33:01 -0700 |
commit | 5c10c299231e24d1f2b91da5618465aedd93cb16 (patch) | |
tree | b30759ed48e33b40099d92c0f031a060eed9ee08 /.github/dependabot.yml | |
parent | daf95227bf9e8c5262439bac33baca7280404d5d (diff) | |
download | spack-5c10c299231e24d1f2b91da5618465aedd93cb16.tar.gz spack-5c10c299231e24d1f2b91da5618465aedd93cb16.tar.bz2 spack-5c10c299231e24d1f2b91da5618465aedd93cb16.tar.xz spack-5c10c299231e24d1f2b91da5618465aedd93cb16.zip |
Pin the version of tools used in CI, have dependabot manage their version (#40066)
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 13572e9542..a5b42ffcf7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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" |