From 4da4475a309eb3d8338e14932dcc1464d66e0f24 Mon Sep 17 00:00:00 2001 From: Bryce Boe Date: Wed, 12 Aug 2026 08:28:45 -0700 Subject: [PATCH] Collapse the github-actions Dependabot group Major action bumps now auto-merge, so splitting them into their own group only produced a second PR that merged anyway. The python split is unchanged. --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 51926a7..4d901a8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,11 +12,3 @@ updates: github-actions: patterns: - "*" - update-types: - - "minor" - - "patch" - github-actions-major: - patterns: - - "*" - update-types: - - "major"