diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5540c83c1..ae9f655c3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,10 @@ updates: timezone: "Asia/Shanghai" day: "friday" target-branch: "v2" + groups: + python-dependencies: + patterns: + - "*" - package-ecosystem: "pip" directory: "/" schedule: @@ -14,3 +18,7 @@ updates: timezone: "Asia/Shanghai" day: "friday" target-branch: "main" + groups: + python-dependencies: + patterns: + - "*"