cherry-pick f93bda58 (resolved)

This commit is contained in:
Raphaël MANSUY 2025-12-04 19:17:44 +08:00
parent 98609b093d
commit 9a96ba9edb

View file

@ -3,11 +3,8 @@
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
version: 2
updates:
# ============================================================
# GitHub Actions
# PR Strategy:
# - All updates (major/minor/patch): Grouped into a single PR
# ============================================================
# Enable version updates for GitHub Actions
# Workflow files stored in the default location of `.github/workflows`
- package-ecosystem: github-actions
directory: /
groups:
@ -21,13 +18,7 @@ updates:
- "github-actions"
open-pull-requests-limit: 5
# ============================================================
# Python (pip) Dependencies
# PR Strategy:
# - Major updates: Individual PR per package (except numpy which is ignored)
# - Minor updates: Grouped by category (llm-providers, storage, etc.)
# - Patch updates: Grouped by category
# ============================================================
# Configuration for pip (Python dependencies)
- package-ecosystem: "pip"
directory: "/"
schedule:
@ -104,22 +95,12 @@ updates:
update-types:
- "minor"
- "patch"
ignore:
- dependency-name: "numpy"
update-types:
- "version-update:semver-major"
labels:
- "dependencies"
- "python"
open-pull-requests-limit: 10
# ============================================================
# Frontend (bun) Dependencies
# PR Strategy:
# - Major updates: Individual PR per package
# - Minor updates: Grouped by category (react, ui-components, etc.)
# - Patch updates: Grouped by category
# ============================================================
# Configuration for bun (Frontend dependencies)
- package-ecosystem: "bun"
directory: "/lightrag_webui"
schedule: