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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 8 deletions

View File

@ -19,14 +19,11 @@ updates:
open-pull-requests-limit: 30 open-pull-requests-limit: 30
versioning-strategy: increase versioning-strategy: increase
- package-ecosystem: "pip"
directory: "/requirements/" # - package-ecosystem: "pip"
schedule: # NOTE: as dependabot isn't compatible with our python
interval: "monthly" # dependency setup (pip-compile-multi), we'll be using
labels: # `supersetbot` instead
- pip
- dependabot
open-pull-requests-limit: 30
- package-ecosystem: "npm" - package-ecosystem: "npm"
directory: ".github/actions" directory: ".github/actions"