From c16e64b833281ce84509d588efe5dc1319dfbcf5 Mon Sep 17 00:00:00 2001 From: Asuka Minato Date: Mon, 16 Feb 2026 13:51:33 +0900 Subject: [PATCH] ci: update dependabot config (#32346) --- .github/dependabot.yml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6756a2fce6..4e0b956d46 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,21 @@ version: 2 + +multi-ecosystem-groups: + python: + schedule: + interval: "weekly" # or whatever schedule you want + updates: + - package-ecosystem: "pip" + directory: "/api" + open-pull-requests-limit: 2 + patterns: ["*"] + - package-ecosystem: "uv" + directory: "/api" + open-pull-requests-limit: 2 + patterns: ["*"] - package-ecosystem: "npm" directory: "/web" schedule: interval: "weekly" open-pull-requests-limit: 2 - - package-ecosystem: "uv" - directory: "/api" - schedule: - interval: "weekly" - open-pull-requests-limit: 2