From 457e9dde5ff3fd5c8d86540c2672233addf2d659 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 9 Feb 2025 14:39:00 +0100 Subject: [PATCH] Consolidate dependabot updates to a single PR at a time There are currently [three open Dependabot pull requests for GitHub Actions](https://github.com/google/yapf/pulls/app%2Fdependabot). It would probably be easier to review and merge these PRs if they were consolidated so there would be at most only one open Dependabot PR to review. https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#groups-- --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c963e3c8b..3daf9d9cb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,10 @@ updates: include: "scope" prefix: "Actions" directory: "/" + groups: + github-actions: + patterns: + - "*" # Group all Actions updates into a single larger pull request labels: - "enhancement" schedule: