mirror of
https://github.com/apache/superset.git
synced 2026-06-01 13:49:21 +00:00
fix: switch off dependabot for pip/python (#28061)
This commit is contained in:
committed by
GitHub
parent
80f76947d1
commit
3310315d4b
13
.github/dependabot.yml
vendored
13
.github/dependabot.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user