From e96c706cc7ccb21944bdce474e1203d324f7d798 Mon Sep 17 00:00:00 2001 From: John Kennedy <65985482+jkennedyvz@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:36:14 -0800 Subject: [PATCH] chore: dependabot config (#35124) Adding day of week, changing to uv over pip --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 271c86dcd6e..d58b3ab3fc7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,12 +9,13 @@ updates: directory: "/" schedule: interval: "weekly" + day: "monday" groups: github-actions: patterns: - "*" - - package-ecosystem: "pip" + - package-ecosystem: "uv" directories: - "/libs/core/" - "/libs/langchain/" @@ -44,6 +45,7 @@ updates: - "/libs/partners/xai/" schedule: interval: "weekly" + day: "monday" groups: partner-deps: patterns: