fix: switch off dependabot for pip/python (#28061)

This commit is contained in:
Maxime Beauchemin
2024-04-16 12:15:21 -07:00
committed by GitHub
parent 80f76947d1
commit 3310315d4b

View File

@@ -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"