diff options
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" |