diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 752a1b3..39d9ff4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,4 +13,8 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" + groups: + pip: + patterns: + - '*' \ No newline at end of file