From c7c83c7c8ec0826291d3e1646fce52aac09b3171 Mon Sep 17 00:00:00 2001 From: John San Soucie Date: Wed, 18 Oct 2023 10:02:28 -0400 Subject: [PATCH] chore: dependabot grouping --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 38a1ebb..5d31014 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,8 +6,16 @@ updates: schedule: interval: weekly labels: ["kind: infrastructure"] + groups: + pip-dependencies: + patterns: + - "*" - package-ecosystem: github-actions directory: / schedule: interval: weekly labels: ["kind: infrastructure"] + groups: + gh-actions-dependencies: + patterns: + - "*"