From c5b1a1112a1992aab9e36dabbb30f5108c647c22 Mon Sep 17 00:00:00 2001 From: Becky Smith Date: Fri, 24 Apr 2026 08:39:17 +0100 Subject: [PATCH] Remove dependabot pip config It was only there for cohort-extractor, which we don't need to update anymore, and it's now failing because the .python-version in this repo is too old. We also remove the .python-version file, because it was only there for dependabot (https://github.com/opensafely-core/python-docker/commit/22cc2c99a99a28ae37e9b58f849004b479f682b2) --- .github/dependabot.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aa1e6cc..718572b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,6 @@ version: 2 updates: - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "daily" - allow: - - dependency-name: "opensafely-cohort-extractor" - package-ecosystem: "github-actions" directory: "/" schedule: