From a491163d5f30b166edc4684505cfc878ce4c37ae Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 10 Apr 2026 17:25:22 +1000 Subject: [PATCH] Remove pip workflows from dependabot.yml Removed pip workflows from Dependabot configuration. --- .github/dependabot.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ed20d71..c78d175 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,14 +10,3 @@ updates: - '*' cooldown: default-days: 7 - - - package-ecosystem: 'pip' - directory: '/.github/workflows' - schedule: - interval: 'daily' - groups: - pip-workflows-dependencies: - patterns: - - '*' - cooldown: - default-days: 7