From b8852eb69cbbf46ca9bcb4861e59e3b334ebf43d Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Thu, 30 Nov 2023 10:14:49 -0700 Subject: [PATCH] Rollup dependabot GHA updates into one PR --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9b003bfa..19eec96f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,10 +10,14 @@ updates: schedule: interval: "monthly" groups: - all-dependencies: + pip-dependencies: patterns: - "*" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly" + groups: + gha-dependencies: + patterns: + - "*"