From e2cb7b99ac13c877486e1d797821c949f0dbe83b Mon Sep 17 00:00:00 2001 From: Sam Wu Date: Wed, 26 Apr 2023 11:22:35 -0600 Subject: [PATCH] Update dependabot config (#589) Co-authored-by: samjwu --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ada22f1b5..9cdf2d670 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ version: 2 updates: - package-ecosystem: "pip" # See documentation for possible values - directory: "/" # Location of package manifests + directory: "/docs/.sphinx" # Location of package manifests open-pull-requests-limit: 10 schedule: interval: "daily"