From 9e2f5faeacdeeac059763ed4f25e0e8e25b054f9 Mon Sep 17 00:00:00 2001 From: Sam Wu Date: Thu, 20 Apr 2023 21:55:56 -0600 Subject: [PATCH] Update dependabot config (#682) Co-authored-by: samjwu [ROCm/composable_kernel commit: 938a5e0e416b645aea0b0833b7362bafe57b1535] --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ada22f1b56..9cdf2d670c 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"