From 66bc1b6beedff9619cdff8f3361a06802c8f5874 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Wed, 24 Jan 2024 20:30:03 -0600 Subject: [PATCH] CI: Group dependabot updates (#59) * 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 c2139ea..1f39fc4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,5 +5,9 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + actions: + patterns: + - "*" labels: - "github-actions"