From 8df517867d236ba485cebc515b5c270566df75e4 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Mon, 11 Dec 2023 11:48:39 +0000 Subject: [PATCH] Build/Test Tools: Group GitHub Action Dependabot updates. This updates the Dependabot configuration file to make use of `groups`, configuring all third-party GitHub Action updates available into a single pull request to help reduce noise. Props bradparbs. See #59805. git-svn-id: https://develop.svn.wordpress.org/trunk@57180 602fd350-edb4-49c9-b593-d223f7449a82 --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 59542a88ff..f7e6153cdd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,7 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 10 + groups: + github-actions: + patterns: + - "*"