From d1b27bd03763167b2ba7b956d839e9ae88ebd4ee Mon Sep 17 00:00:00 2001 From: Garrett Beatty Date: Mon, 10 Nov 2025 11:54:42 -0500 Subject: [PATCH] chore: update dependabot configuration for github-actions --- .github/dependabot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8190c86..5141e80 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,3 @@ -# Set update schedule for GitHub Actions - version: 2 updates: @@ -11,3 +9,9 @@ updates: labels: - "Release Not Needed" target-branch: "dev" + # Group all github-actions updates into a single PR + groups: + all-github-actions: + applies-to: "version-updates" + patterns: + - "*"