From 0609a9afc8daaeef6d53e0084bb69e87991432c8 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Wed, 30 Apr 2025 11:16:46 +0800 Subject: [PATCH] ci: add pip package ecosystem support to dependabot configuration --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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: + - "*"