From c81632c6e9f8d6c539e27a25bc2a555edfb21c01 Mon Sep 17 00:00:00 2001 From: Julian Risch Date: Fri, 15 May 2026 13:16:34 +0200 Subject: [PATCH] revert: remove pip ecosystem from dependabot config Co-Authored-By: Claude Sonnet 4.6 --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0114152af6..33d3c51db1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,11 +6,3 @@ updates: interval: 'daily' cooldown: default-days: 1 - - - package-ecosystem: 'pip' - directories: - - 'integrations/*' - schedule: - interval: 'daily' - cooldown: - default-days: 1