mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 11:11:12 +08:00
chore: split /api dependabot groups by logical dependency category (#33297)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
199
.github/dependabot.yml
vendored
199
.github/dependabot.yml
vendored
@@ -3,19 +3,210 @@ version: 2
|
|||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "pip"
|
- package-ecosystem: "pip"
|
||||||
directory: "/api"
|
directory: "/api"
|
||||||
open-pull-requests-limit: 2
|
open-pull-requests-limit: 10
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
groups:
|
groups:
|
||||||
python-dependencies:
|
flask:
|
||||||
|
patterns:
|
||||||
|
- "flask"
|
||||||
|
- "flask-*"
|
||||||
|
- "werkzeug"
|
||||||
|
- "gunicorn"
|
||||||
|
google:
|
||||||
|
patterns:
|
||||||
|
- "google-*"
|
||||||
|
- "googleapis-*"
|
||||||
|
opentelemetry:
|
||||||
|
patterns:
|
||||||
|
- "opentelemetry-*"
|
||||||
|
pydantic:
|
||||||
|
patterns:
|
||||||
|
- "pydantic"
|
||||||
|
- "pydantic-*"
|
||||||
|
llm:
|
||||||
|
patterns:
|
||||||
|
- "langfuse"
|
||||||
|
- "langsmith"
|
||||||
|
- "litellm"
|
||||||
|
- "mlflow*"
|
||||||
|
- "opik"
|
||||||
|
- "weave*"
|
||||||
|
- "arize*"
|
||||||
|
- "tiktoken"
|
||||||
|
- "transformers"
|
||||||
|
database:
|
||||||
|
patterns:
|
||||||
|
- "sqlalchemy"
|
||||||
|
- "psycopg2*"
|
||||||
|
- "psycogreen"
|
||||||
|
- "redis*"
|
||||||
|
- "alembic*"
|
||||||
|
storage:
|
||||||
|
patterns:
|
||||||
|
- "boto3*"
|
||||||
|
- "botocore*"
|
||||||
|
- "azure-*"
|
||||||
|
- "bce-*"
|
||||||
|
- "cos-python-*"
|
||||||
|
- "esdk-obs-*"
|
||||||
|
- "google-cloud-storage"
|
||||||
|
- "opendal"
|
||||||
|
- "oss2"
|
||||||
|
- "supabase*"
|
||||||
|
- "tos*"
|
||||||
|
vdb:
|
||||||
|
patterns:
|
||||||
|
- "alibabacloud*"
|
||||||
|
- "chromadb"
|
||||||
|
- "clickhouse-*"
|
||||||
|
- "clickzetta-*"
|
||||||
|
- "couchbase"
|
||||||
|
- "elasticsearch"
|
||||||
|
- "opensearch-py"
|
||||||
|
- "oracledb"
|
||||||
|
- "pgvect*"
|
||||||
|
- "pymilvus"
|
||||||
|
- "pymochow"
|
||||||
|
- "pyobvector"
|
||||||
|
- "qdrant-client"
|
||||||
|
- "intersystems-*"
|
||||||
|
- "tablestore"
|
||||||
|
- "tcvectordb"
|
||||||
|
- "tidb-vector"
|
||||||
|
- "upstash-*"
|
||||||
|
- "volcengine-*"
|
||||||
|
- "weaviate-*"
|
||||||
|
- "xinference-*"
|
||||||
|
- "mo-vector"
|
||||||
|
- "mysql-connector-*"
|
||||||
|
dev:
|
||||||
|
patterns:
|
||||||
|
- "coverage"
|
||||||
|
- "dotenv-linter"
|
||||||
|
- "faker"
|
||||||
|
- "lxml-stubs"
|
||||||
|
- "basedpyright"
|
||||||
|
- "ruff"
|
||||||
|
- "pytest*"
|
||||||
|
- "types-*"
|
||||||
|
- "boto3-stubs"
|
||||||
|
- "hypothesis"
|
||||||
|
- "pandas-stubs"
|
||||||
|
- "scipy-stubs"
|
||||||
|
- "import-linter"
|
||||||
|
- "celery-types"
|
||||||
|
- "mypy*"
|
||||||
|
- "pyrefly"
|
||||||
|
python-packages:
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
- package-ecosystem: "uv"
|
- package-ecosystem: "uv"
|
||||||
directory: "/api"
|
directory: "/api"
|
||||||
open-pull-requests-limit: 2
|
open-pull-requests-limit: 10
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
groups:
|
groups:
|
||||||
uv-dependencies:
|
flask:
|
||||||
|
patterns:
|
||||||
|
- "flask"
|
||||||
|
- "flask-*"
|
||||||
|
- "werkzeug"
|
||||||
|
- "gunicorn"
|
||||||
|
google:
|
||||||
|
patterns:
|
||||||
|
- "google-*"
|
||||||
|
- "googleapis-*"
|
||||||
|
opentelemetry:
|
||||||
|
patterns:
|
||||||
|
- "opentelemetry-*"
|
||||||
|
pydantic:
|
||||||
|
patterns:
|
||||||
|
- "pydantic"
|
||||||
|
- "pydantic-*"
|
||||||
|
llm:
|
||||||
|
patterns:
|
||||||
|
- "langfuse"
|
||||||
|
- "langsmith"
|
||||||
|
- "litellm"
|
||||||
|
- "mlflow*"
|
||||||
|
- "opik"
|
||||||
|
- "weave*"
|
||||||
|
- "arize*"
|
||||||
|
- "tiktoken"
|
||||||
|
- "transformers"
|
||||||
|
database:
|
||||||
|
patterns:
|
||||||
|
- "sqlalchemy"
|
||||||
|
- "psycopg2*"
|
||||||
|
- "psycogreen"
|
||||||
|
- "redis*"
|
||||||
|
- "alembic*"
|
||||||
|
storage:
|
||||||
|
patterns:
|
||||||
|
- "boto3*"
|
||||||
|
- "botocore*"
|
||||||
|
- "azure-*"
|
||||||
|
- "bce-*"
|
||||||
|
- "cos-python-*"
|
||||||
|
- "esdk-obs-*"
|
||||||
|
- "google-cloud-storage"
|
||||||
|
- "opendal"
|
||||||
|
- "oss2"
|
||||||
|
- "supabase*"
|
||||||
|
- "tos*"
|
||||||
|
vdb:
|
||||||
|
patterns:
|
||||||
|
- "alibabacloud*"
|
||||||
|
- "chromadb"
|
||||||
|
- "clickhouse-*"
|
||||||
|
- "clickzetta-*"
|
||||||
|
- "couchbase"
|
||||||
|
- "elasticsearch"
|
||||||
|
- "opensearch-py"
|
||||||
|
- "oracledb"
|
||||||
|
- "pgvect*"
|
||||||
|
- "pymilvus"
|
||||||
|
- "pymochow"
|
||||||
|
- "pyobvector"
|
||||||
|
- "qdrant-client"
|
||||||
|
- "intersystems-*"
|
||||||
|
- "tablestore"
|
||||||
|
- "tcvectordb"
|
||||||
|
- "tidb-vector"
|
||||||
|
- "upstash-*"
|
||||||
|
- "volcengine-*"
|
||||||
|
- "weaviate-*"
|
||||||
|
- "xinference-*"
|
||||||
|
- "mo-vector"
|
||||||
|
- "mysql-connector-*"
|
||||||
|
dev:
|
||||||
|
patterns:
|
||||||
|
- "coverage"
|
||||||
|
- "dotenv-linter"
|
||||||
|
- "faker"
|
||||||
|
- "lxml-stubs"
|
||||||
|
- "basedpyright"
|
||||||
|
- "ruff"
|
||||||
|
- "pytest*"
|
||||||
|
- "types-*"
|
||||||
|
- "boto3-stubs"
|
||||||
|
- "hypothesis"
|
||||||
|
- "pandas-stubs"
|
||||||
|
- "scipy-stubs"
|
||||||
|
- "import-linter"
|
||||||
|
- "celery-types"
|
||||||
|
- "mypy*"
|
||||||
|
- "pyrefly"
|
||||||
|
python-packages:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
open-pull-requests-limit: 5
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
groups:
|
||||||
|
github-actions-dependencies:
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user