diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d8b0bfee0..5bf500ba1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: actions: patterns: - "*" + # Python + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly"