From 938e4790f4b3e66f3925bd85c6f1d672673fc23f Mon Sep 17 00:00:00 2001 From: Asuka Minato Date: Wed, 18 Feb 2026 22:53:35 +0900 Subject: [PATCH] ci: Add weekly schedule for pip and uv ecosystems (#32398) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4e0b956d46..1a57bb0050 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,10 +10,14 @@ updates: directory: "/api" open-pull-requests-limit: 2 patterns: ["*"] + schedule: + interval: "weekly" - package-ecosystem: "uv" directory: "/api" open-pull-requests-limit: 2 patterns: ["*"] + schedule: + interval: "weekly" - package-ecosystem: "npm" directory: "/web" schedule: