diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d97e315..ead3bc7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,11 @@ updates: actions: patterns: - "*" +- package-ecosystem: "pip" + directory: "/" + schedule: + interval: "monthly" + groups: + dependencies: + patterns: + - "*"