From 279fbb5b5e898ffdbc8e09ff06227cd917574e82 Mon Sep 17 00:00:00 2001 From: John Agapiou Date: Thu, 12 Dec 2024 15:39:41 -0800 Subject: [PATCH] Group dependabot updates together PiperOrigin-RevId: 705652830 Change-Id: I8f205ccfc689c44b6c4a2d1f86ff064992dd1a6f --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f34f5d06..644dafe8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ updates: directory: / schedule: interval: monthly + groups: + pip: + patterns: + - "*" - package-ecosystem: github-actions directories: @@ -22,6 +26,6 @@ updates: interval: monthly - package-ecosystem: devcontainers - directory: /.devcontainer + directory: / schedule: interval: monthly