diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4a22ba3d..c3d05fc6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,8 @@ version: 2 updates: - package-ecosystem: "pip" - directory: "/pyperformance/requirements" + directory: "/" exclude-paths: - - "pyperformance/data-files/" + - "pyperformance/data-files/**" schedule: interval: "monthly"