From 3310315d4bea024f8731146c05bcbd2f14cd705c Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Tue, 16 Apr 2024 12:15:21 -0700 Subject: [PATCH] fix: switch off dependabot for pip/python (#28061) --- .github/dependabot.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 56c5cbe03..447ffec10 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,14 +19,11 @@ updates: open-pull-requests-limit: 30 versioning-strategy: increase - - package-ecosystem: "pip" - directory: "/requirements/" - schedule: - interval: "monthly" - labels: - - pip - - dependabot - open-pull-requests-limit: 30 + + # - package-ecosystem: "pip" + # NOTE: as dependabot isn't compatible with our python + # dependency setup (pip-compile-multi), we'll be using + # `supersetbot` instead - package-ecosystem: "npm" directory: ".github/actions"