diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 47e4d6c..b11d50f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,10 @@ version: 2 updates: - package-ecosystem: 'npm' - directories: - - '/website' + directory: '/website' schedule: interval: 'monthly' + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "monthly" \ No newline at end of file