From 357edbfbe0783171b39696b3c2e78cbff8719859 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Wed, 30 Apr 2025 11:21:23 +0800 Subject: [PATCH] ci: remove redundant pip package ecosystem configuration from dependabot --- .github/dependabot.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ae9f655c3..a939929f2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,14 +11,4 @@ updates: python-dependencies: patterns: - "*" - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "weekly" - timezone: "Asia/Shanghai" - day: "friday" - target-branch: "main" - groups: - python-dependencies: - patterns: - - "*" +