diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 884aaaa..c6d88f0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,8 @@ updates: - package-ecosystem: "pip" # Confusingly, pip is correct for poetry directory: "/" # Location of package manifests schedule: - interval: "weekly" + interval: "monthly" + groups: + all-dependencies: + patterns: + - "*"