From a599b65224274b9cfffc7d43bc46364ce0203d94 Mon Sep 17 00:00:00 2001 From: Anas TIOUR Date: Wed, 2 Oct 2024 19:24:03 +0100 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2dd2ed8..c55a3ca 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,7 @@ version: 2 updates: - package-ecosystem: "pip" # See documentation for possible values - directory: '/{{cookiecutter.project_slug}}/requirements' # Location of package manifests + directory: | + /{{cookiecutter.project_slug}}/requirements schedule: interval: "weekly"