diff options
-rw-r--r-- | .github/dependabot.yml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b19c9381ec..136f798711 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,14 +5,10 @@ updates: directory: "/" schedule: interval: "daily" - # Requirements to build documentation - - package-ecosystem: "pip" - directory: "/lib/spack/docs" - schedule: - interval: "daily" - # Requirements to run style checks + # Requirements to run style checks and build documentation - package-ecosystem: "pip" directories: - - "/.github/workflows/requirements/*" + - "/.github/workflows/requirements/style/*" + - "/lib/spack/docs" schedule: interval: "daily" |