From 970cd118738508ede7d2793954697bb0198425ef Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Thu, 4 Jan 2024 15:46:49 -0600 Subject: [PATCH] ci: Group dependabot updates (#2413) * Group dependabot updates to reduce the number of PRs. - c.f. sp-repo-review GH212: Require GHA update grouping https://learn.scientific-python.org/development/guides/gha-basic/#GH212 --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ced1d704d0..93c21d076c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,10 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + actions: + patterns: + - "*" labels: - "github-actions" - "dependencies"