From 908bf4f8a07d36ec1d55ba45f6550a3699520b6f Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Mon, 12 Aug 2024 22:27:18 +0200 Subject: [PATCH] Dependabot: Group GitHub Actions updates to reduce number of PRs (#1420) Update the Dependabot configuration to group GitHub Actions updates to a single PR, to reduce number of PRs opened. For reference: - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups - https://learn.scientific-python.org/development/guides/gha-basic/#updating --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac27a8486..fe4e3b673 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,7 @@ updates: schedule: # Check for updates to GitHub Actions every week interval: "weekly" + groups: + actions: + patterns: + - "*"