From 2732c3e749da684fa7d05a977a2e9edad68b7342 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Sat, 21 Oct 2023 15:25:38 +0100 Subject: [PATCH] Change Dependabot pip directory to repo root Since Dependabot will find the `requirements/` directory automatically, and by using the repo root we avoid the unnecessary `in /requirements` suffix on all Python Dependabot PR titles. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2665e72a5..366df6035 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,7 +22,7 @@ updates: - "github actions" - "skip changelog" - package-ecosystem: "pip" - directory: "/requirements" + directory: "/" schedule: interval: "monthly" labels: