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"