From 45a1762f1ecc5fcef332f898dcc4c487727bb8c2 Mon Sep 17 00:00:00 2001 From: Garrett Beatty Date: Mon, 10 Nov 2025 11:54:31 -0500 Subject: [PATCH] chore: update dependabot configuration for github-actions --- .github/dependabot.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6d94fa0..5141e80 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,17 @@ -# Set update schedule for GitHub Actions - version: 2 updates: - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates to GitHub Actions every week + # Check for updates to GitHub Actions every quarter interval: "quarterly" 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: + - "*"