Skip to content

Commit

Permalink
fix: switch off dependabot for pip/python (#28061)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Apr 16, 2024
1 parent 80f7694 commit 3310315
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3310315

Please sign in to comment.